summaryrefslogtreecommitdiffstats
path: root/src/main.h
diff options
context:
space:
mode:
author_AG <gennariarmando@outlook.com>2019-07-02 13:59:19 +0200
committer_AG <gennariarmando@outlook.com>2019-07-02 14:36:40 +0200
commit6c693e3bbfe46cb445e4664eb91ef85c811a6240 (patch)
treed088600e9f1a18be005476d7a43a7232ccd1764f /src/main.h
parentMerge pull request #86 from erorcun/erorcun (diff)
downloadre3-6c693e3bbfe46cb445e4664eb91ef85c811a6240.tar
re3-6c693e3bbfe46cb445e4664eb91ef85c811a6240.tar.gz
re3-6c693e3bbfe46cb445e4664eb91ef85c811a6240.tar.bz2
re3-6c693e3bbfe46cb445e4664eb91ef85c811a6240.tar.lz
re3-6c693e3bbfe46cb445e4664eb91ef85c811a6240.tar.xz
re3-6c693e3bbfe46cb445e4664eb91ef85c811a6240.tar.zst
re3-6c693e3bbfe46cb445e4664eb91ef85c811a6240.zip
Diffstat (limited to '')
-rw-r--r--src/main.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.h b/src/main.h
index c7914549..7d3fad9b 100644
--- a/src/main.h
+++ b/src/main.h
@@ -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;