summaryrefslogtreecommitdiff
path: root/ZAPD/GameConfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'ZAPD/GameConfig.h')
-rw-r--r--ZAPD/GameConfig.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ZAPD/GameConfig.h b/ZAPD/GameConfig.h
index 2a783d1..25b94cb 100644
--- a/ZAPD/GameConfig.h
+++ b/ZAPD/GameConfig.h
@@ -37,6 +37,7 @@ public:
// ZBackground
uint32_t bgScreenWidth = 320, bgScreenHeight = 240;
+ bool useScreenWidthHeightConstants = true; // If true, ZBackground's will be declared with SCREEN_WIDTH * SCREEN_HEIGHT in the C file
// ExternalFile
fs::path externalXmlFolder;