A bit more code cleanup
This commit is contained in:
16
src/games/pokerbackup/characters/julie.h
Normal file
16
src/games/pokerbackup/characters/julie.h
Normal file
@ -0,0 +1,16 @@
|
||||
/**
|
||||
* Copyright (c) 2021 Dominic Masters
|
||||
*
|
||||
* This software is released under the MIT License.
|
||||
* https://opensource.org/licenses/MIT
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "../../../libs.h"
|
||||
#include "../../../vn/vncharacter.h"
|
||||
#include "../../../display/texture.h"
|
||||
#include "../../../file/asset.h"
|
||||
|
||||
#define POKER_CHARACTER_JULIE_TEXTURE "poker/characters/julie.png"
|
||||
|
||||
void pokerCharacterJulieInit(vncharacter_t *vnc);
|
Reference in New Issue
Block a user