summaryrefslogtreecommitdiffstats
path: root/src/core/main.h
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2020-11-03 20:33:07 +0100
committeraap <aap@papnet.eu>2020-11-03 20:33:07 +0100
commit3c5bb4e8f34bebd14447a4166a24264a56e7ff3a (patch)
tree6d841c850a4c286d89612c232a4c82f5651b5200 /src/core/main.h
parentMerge branch 'miami' of github.com:GTAmodding/re3 into miami (diff)
downloadre3-3c5bb4e8f34bebd14447a4166a24264a56e7ff3a.tar
re3-3c5bb4e8f34bebd14447a4166a24264a56e7ff3a.tar.gz
re3-3c5bb4e8f34bebd14447a4166a24264a56e7ff3a.tar.bz2
re3-3c5bb4e8f34bebd14447a4166a24264a56e7ff3a.tar.lz
re3-3c5bb4e8f34bebd14447a4166a24264a56e7ff3a.tar.xz
re3-3c5bb4e8f34bebd14447a4166a24264a56e7ff3a.tar.zst
re3-3c5bb4e8f34bebd14447a4166a24264a56e7ff3a.zip
Diffstat (limited to 'src/core/main.h')
-rw-r--r--src/core/main.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/core/main.h b/src/core/main.h
index 8bf06c30..f428224e 100644
--- a/src/core/main.h
+++ b/src/core/main.h
@@ -38,3 +38,8 @@ void ResetLoadingScreenBar(void);
#ifndef MASTER
void TheModelViewer(void);
#endif
+
+#ifdef NEW_RENDERER
+extern bool gbNewRenderer;
+bool FredIsInFirstPersonCam(void);
+#endif