diff options
| author | Fire-Head <Fire-Head@users.noreply.github.com> | 2019-07-24 19:55:43 +0300 |
|---|---|---|
| committer | Fire-Head <Fire-Head@users.noreply.github.com> | 2019-07-24 19:55:43 +0300 |
| commit | b4ecb3e3dad654e01d0ceb4c359721650dda425b (patch) | |
| tree | 27cfc6fb58ec53080d9c4850f13b8b97ad681b13 /src/core/main.h | |
| parent | Merge pull request #1 from GTAmodding/master (diff) | |
| download | re3-b4ecb3e3dad654e01d0ceb4c359721650dda425b.tar.gz | |
shadows done
Diffstat (limited to 'src/core/main.h')
| -rw-r--r-- | src/core/main.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/main.h b/src/core/main.h index dabc0f7b..9f27e05e 100644 --- a/src/core/main.h +++ b/src/core/main.h @@ -17,6 +17,7 @@ extern char *gString2; extern wchar *gUString; extern wchar *gUString2; extern bool &b_FoundRecentSavedGameWantToLoad; +extern bool gbPrintShite; class CSprite2d; @@ -26,3 +27,4 @@ void LoadingIslandScreen(const char *levelName); CSprite2d *LoadSplash(const char *name); char *GetLevelSplashScreen(int level); char *GetRandomSplashScreen(void); +void ValidateVersion();
\ No newline at end of file |
