From 2ccc751f70f9aaf5587a21286e3edb98573b4657 Mon Sep 17 00:00:00 2001 From: fgenesis Date: Mon, 3 Oct 2016 22:54:13 +0200 Subject: [PATCH] more fix --- Aquaria/InGameMenu.cpp | 4 ++++ BBGE/GameKeys.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Aquaria/InGameMenu.cpp b/Aquaria/InGameMenu.cpp index 021353f..daabf7f 100644 --- a/Aquaria/InGameMenu.cpp +++ b/Aquaria/InGameMenu.cpp @@ -13,6 +13,10 @@ static InGameMenu *themenu = 0; +// defined below +class FoodHolder; +class PetSlot; + std::vector foodHolders; std::vector petSlots; diff --git a/BBGE/GameKeys.h b/BBGE/GameKeys.h index 27f44d4..916b619 100644 --- a/BBGE/GameKeys.h +++ b/BBGE/GameKeys.h @@ -237,6 +237,6 @@ #define KEY_MAXARRAY SDLK_LAST -#endif BBGE_BUILD_SDL2 +#endif // BBGE_BUILD_SDL2 #endif // BBGE_GAME_KEYS_H