aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/MenuScreens.cpp
diff options
context:
space:
mode:
authoreray orçunus <erayorcunus@gmail.com>2020-05-28 13:08:21 +0300
committereray orçunus <erayorcunus@gmail.com>2020-05-28 13:08:21 +0300
commita61736c51b3712d78cdf76afe466eb48b2be5227 (patch)
tree8c36cc713ef9ab4472cbe4fa52e8736dee2b3746 /src/core/MenuScreens.cpp
parente6401bce181b2a9eb1ba31db0945e79277207a23 (diff)
theoretically fix linux build
Diffstat (limited to 'src/core/MenuScreens.cpp')
-rw-r--r--src/core/MenuScreens.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/MenuScreens.cpp b/src/core/MenuScreens.cpp
index be914c09..4ced8c0b 100644
--- a/src/core/MenuScreens.cpp
+++ b/src/core/MenuScreens.cpp
@@ -1,6 +1,8 @@
#include "common.h"
#include "Frontend.h"
+// If you want to add new options, please don't do that here and see CustomFrontendOptionsPopulate in re3.cpp.
+
CMenuScreen aScreens[] = {
// MENUPAGE_NONE = 0
{ "", 1, MENUPAGE_DISABLED, MENUPAGE_DISABLED, 0, 0, },