bindings reading, app state retrieval and mappings improvements

This commit is contained in:
devZoGok
2021-12-07 21:09:33 +02:00
parent 163ba94943
commit 16e96b3609
24 changed files with 335 additions and 230 deletions
+2 -1
View File
@@ -17,8 +17,9 @@ namespace battleship{
typedef short s16;
typedef int s32;
typedef long long s64;
enum AppStateType{GUI_STATE, IN_GAME_STATE, ACTIVE_STATE};
class GameManager;
class GuiAppState;
void makeTitlescreenButtons(GuiAppState*);