diff options
author | aap <aap@papnet.eu> | 2021-07-29 19:41:38 +0200 |
---|---|---|
committer | aap <aap@papnet.eu> | 2021-07-29 19:59:34 +0200 |
commit | 3f3e258d7769aa3522602687aea1119f32f3c589 (patch) | |
tree | ca6beec16a570275e5da7dc83d242e4ca4fb86f6 /src/core/main.h | |
parent | Merge branch 'miami' into lcs (diff) | |
download | re3-3f3e258d7769aa3522602687aea1119f32f3c589.tar re3-3f3e258d7769aa3522602687aea1119f32f3c589.tar.gz re3-3f3e258d7769aa3522602687aea1119f32f3c589.tar.bz2 re3-3f3e258d7769aa3522602687aea1119f32f3c589.tar.lz re3-3f3e258d7769aa3522602687aea1119f32f3c589.tar.xz re3-3f3e258d7769aa3522602687aea1119f32f3c589.tar.zst re3-3f3e258d7769aa3522602687aea1119f32f3c589.zip |
Diffstat (limited to 'src/core/main.h')
-rw-r--r-- | src/core/main.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/main.h b/src/core/main.h index 3fa26e78..400730a0 100644 --- a/src/core/main.h +++ b/src/core/main.h @@ -42,6 +42,7 @@ extern bool gSecondExportPass; extern bool gUseModelResources; extern bool gUseResources; extern bool gNASTY_NASTY_MEM_SHUTDOWN_HACK; +extern bool gbPreviewCity; class CSprite2d; |