mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-06-08 09:31:58 +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;
|
static InGameMenu *themenu = 0;
|
||||||
|
|
||||||
|
// defined below
|
||||||
|
class FoodHolder;
|
||||||
|
class PetSlot;
|
||||||
|
|
||||||
std::vector<FoodHolder*> foodHolders;
|
std::vector<FoodHolder*> foodHolders;
|
||||||
std::vector<PetSlot*> petSlots;
|
std::vector<PetSlot*> petSlots;
|
||||||
|
|
||||||
|
|
|
@ -237,6 +237,6 @@
|
||||||
|
|
||||||
#define KEY_MAXARRAY SDLK_LAST
|
#define KEY_MAXARRAY SDLK_LAST
|
||||||
|
|
||||||
#endif BBGE_BUILD_SDL2
|
#endif // BBGE_BUILD_SDL2
|
||||||
|
|
||||||
#endif // BBGE_GAME_KEYS_H
|
#endif // BBGE_GAME_KEYS_H
|
||||||
|
|
Loading…
Add table
Reference in a new issue