Implemented frontend inputs.

Fixed #66 and few other stuff.
This commit is contained in:
_AG
2019-07-02 13:59:19 +02:00
parent b2d1433392
commit 6c693e3bbf
25 changed files with 1387 additions and 126 deletions

View File

@@ -19,3 +19,4 @@ void LoadingIslandScreen(const char *levelName);
CSprite2d *LoadSplash(const char *name);
char *GetLevelSplashScreen(int level);
char *GetRandomSplashScreen(void);
extern bool &b_FoundRecentSavedGameWantToLoad;