summaryrefslogtreecommitdiffstats
path: root/src/core/main.h
diff options
context:
space:
mode:
authorwithmorten <morten.with@gmail.com>2021-02-18 22:55:26 +0100
committerwithmorten <morten.with@gmail.com>2021-02-18 22:55:26 +0100
commit781617d484ae7f7966ee7d3f1abe557c9ad9230c (patch)
treeb074bd2e34a66cf354270f4af7cb99a6f1657f00 /src/core/main.h
parentupdate librw; render groups only if extension supported (diff)
downloadre3-781617d484ae7f7966ee7d3f1abe557c9ad9230c.tar
re3-781617d484ae7f7966ee7d3f1abe557c9ad9230c.tar.gz
re3-781617d484ae7f7966ee7d3f1abe557c9ad9230c.tar.bz2
re3-781617d484ae7f7966ee7d3f1abe557c9ad9230c.tar.lz
re3-781617d484ae7f7966ee7d3f1abe557c9ad9230c.tar.xz
re3-781617d484ae7f7966ee7d3f1abe557c9ad9230c.tar.zst
re3-781617d484ae7f7966ee7d3f1abe557c9ad9230c.zip
Diffstat (limited to 'src/core/main.h')
-rw-r--r--src/core/main.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/core/main.h b/src/core/main.h
index 311c0302..803afb14 100644
--- a/src/core/main.h
+++ b/src/core/main.h
@@ -66,3 +66,11 @@ void SaveINIControllerSettings();
extern bool gbNewRenderer;
bool FredIsInFirstPersonCam(void);
#endif
+
+#ifdef DRAW_GAME_VERSION_TEXT
+extern bool gbDrawVersionText;
+#endif
+
+#ifdef NO_MOVIES
+extern bool gbNoMovies;
+#endif