Merge branch 'master' into master
This commit is contained in:
@ -17,6 +17,7 @@ extern char *gString2;
|
||||
extern wchar *gUString;
|
||||
extern wchar *gUString2;
|
||||
extern bool &b_FoundRecentSavedGameWantToLoad;
|
||||
extern bool gbPrintShite;
|
||||
|
||||
class CSprite2d;
|
||||
|
||||
@ -26,5 +27,5 @@ void LoadingIslandScreen(const char *levelName);
|
||||
CSprite2d *LoadSplash(const char *name);
|
||||
char *GetLevelSplashScreen(int level);
|
||||
char *GetRandomSplashScreen(void);
|
||||
|
||||
void LittleTest(void);
|
||||
void ValidateVersion();
|
||||
|
Reference in New Issue
Block a user