1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2024-11-25 09:44:02 +00:00
This commit is contained in:
fgenesis 2016-10-03 22:54:13 +02:00
parent 204525bb37
commit 2ccc751f70
2 changed files with 5 additions and 1 deletions

View file

@ -13,6 +13,10 @@
static InGameMenu *themenu = 0;
// defined below
class FoodHolder;
class PetSlot;
std::vector<FoodHolder*> foodHolders;
std::vector<PetSlot*> petSlots;

View file

@ -237,6 +237,6 @@
#define KEY_MAXARRAY SDLK_LAST
#endif BBGE_BUILD_SDL2
#endif // BBGE_BUILD_SDL2
#endif // BBGE_GAME_KEYS_H