summaryrefslogtreecommitdiffstats
path: root/src/core/Frontend.h
diff options
context:
space:
mode:
authoreray orçunus <erayorcunus@gmail.com>2020-08-19 19:30:57 +0200
committereray orçunus <erayorcunus@gmail.com>2020-08-19 19:30:57 +0200
commitbe638a497387e417b3b825cb2e6fde4fa5f72fe7 (patch)
treeba843679e5ea2e0c206345c94eb2b1f14d1e98d4 /src/core/Frontend.h
parenttxd.img bug (diff)
downloadre3-be638a497387e417b3b825cb2e6fde4fa5f72fe7.tar
re3-be638a497387e417b3b825cb2e6fde4fa5f72fe7.tar.gz
re3-be638a497387e417b3b825cb2e6fde4fa5f72fe7.tar.bz2
re3-be638a497387e417b3b825cb2e6fde4fa5f72fe7.tar.lz
re3-be638a497387e417b3b825cb2e6fde4fa5f72fe7.tar.xz
re3-be638a497387e417b3b825cb2e6fde4fa5f72fe7.tar.zst
re3-be638a497387e417b3b825cb2e6fde4fa5f72fe7.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 cf112b3d..fa3652a1 100644
--- a/src/core/Frontend.h
+++ b/src/core/Frontend.h
@@ -381,6 +381,9 @@ enum eMenuAction
#ifdef CUTSCENE_BORDERS_SWITCH
MENUACTION_CUTSCENEBORDERS,
#endif
+#ifdef CUSTOM_FRONTEND_OPTIONS
+ MENUACTION_TRIGGERFUNC
+#endif
};
enum eCheckHover
@@ -475,7 +478,7 @@ struct CMenuScreen
int32 m_Action; // eMenuAction
char m_EntryName[8];
int32 m_SaveSlot; // eSaveSlot
- int32 m_TargetMenu; // eMenuScreen
+ int32 m_TargetMenu; // eMenuScreen // FrontendOption ID if it's a custom option
} m_aEntries[NUM_MENUROWS];
};