summaryrefslogtreecommitdiffstats
path: root/src/core/Frontend.h
diff options
context:
space:
mode:
authorXinerki <simasadves@gmail.com>2020-05-21 12:06:09 +0200
committerXinerki <simasadves@gmail.com>2020-05-21 12:06:09 +0200
commitb4060a4789e8f079a86fc106b8a17ea66de23f8d (patch)
treef5157964e68f43f147af1b7da462bf823e4ec0e6 /src/core/Frontend.h
parentapproach separation differently (diff)
downloadre3-b4060a4789e8f079a86fc106b8a17ea66de23f8d.tar
re3-b4060a4789e8f079a86fc106b8a17ea66de23f8d.tar.gz
re3-b4060a4789e8f079a86fc106b8a17ea66de23f8d.tar.bz2
re3-b4060a4789e8f079a86fc106b8a17ea66de23f8d.tar.lz
re3-b4060a4789e8f079a86fc106b8a17ea66de23f8d.tar.xz
re3-b4060a4789e8f079a86fc106b8a17ea66de23f8d.tar.zst
re3-b4060a4789e8f079a86fc106b8a17ea66de23f8d.zip
Diffstat (limited to 'src/core/Frontend.h')
-rw-r--r--src/core/Frontend.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/core/Frontend.h b/src/core/Frontend.h
index 114ea6ba..30ae0bb4 100644
--- a/src/core/Frontend.h
+++ b/src/core/Frontend.h
@@ -380,7 +380,10 @@ enum eMenuAction
MENUACTION_LANG_JAP,
#endif
#ifdef IMPROVED_VIDEOMODE
- MENUACTION_SCREENMODE
+ MENUACTION_SCREENMODE,
+#endif
+#ifdef FREE_CAM
+ MENUACTION_FREECAM
#endif
};