mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2024-11-25 09:44:02 +00:00
more fix
This commit is contained in:
parent
204525bb37
commit
2ccc751f70
2 changed files with 5 additions and 1 deletions
|
@ -13,6 +13,10 @@
|
|||
|
||||
static InGameMenu *themenu = 0;
|
||||
|
||||
// defined below
|
||||
class FoodHolder;
|
||||
class PetSlot;
|
||||
|
||||
std::vector<FoodHolder*> foodHolders;
|
||||
std::vector<PetSlot*> petSlots;
|
||||
|
||||
|
|
|
@ -237,6 +237,6 @@
|
|||
|
||||
#define KEY_MAXARRAY SDLK_LAST
|
||||
|
||||
#endif BBGE_BUILD_SDL2
|
||||
#endif // BBGE_BUILD_SDL2
|
||||
|
||||
#endif // BBGE_GAME_KEYS_H
|
||||
|
|
Loading…
Reference in a new issue