summaryrefslogtreecommitdiffstats
path: root/src/core/MenuScreens.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/core/MenuScreens.cpp (renamed from src/core/MenuScreens.h)8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/core/MenuScreens.h b/src/core/MenuScreens.cpp
index 3f9631c8..6fbf597b 100644
--- a/src/core/MenuScreens.h
+++ b/src/core/MenuScreens.cpp
@@ -1,6 +1,8 @@
-#pragma once
+#include "common.h"
+#include "Frontend.h"
+#ifdef PC_MENU
-// --MIAMI: Done except commented things
+// If you want to add new options, please don't do that here and see CustomFrontendOptionsPopulate in re3.cpp.
CMenuScreen aScreens[] = {
// MENUPAGE_STATS = 0
@@ -341,3 +343,5 @@ CMenuScreen aScreens[] = {
},
#endif
};
+
+#endif