summaryrefslogtreecommitdiffstats
path: root/src/core/Frontend.h
diff options
context:
space:
mode:
authoreray orçunus <erayorcunus@gmail.com>2020-08-14 21:41:04 +0200
committereray orçunus <erayorcunus@gmail.com>2020-08-14 21:44:12 +0200
commit8b3ca9564b1eeef6fd9d6296499594cfc8fec3aa (patch)
tree49641e7b24ac8366e8569ecf43a95e13e9490b2f /src/core/Frontend.h
parentWheelie opcode (diff)
downloadre3-8b3ca9564b1eeef6fd9d6296499594cfc8fec3aa.tar
re3-8b3ca9564b1eeef6fd9d6296499594cfc8fec3aa.tar.gz
re3-8b3ca9564b1eeef6fd9d6296499594cfc8fec3aa.tar.bz2
re3-8b3ca9564b1eeef6fd9d6296499594cfc8fec3aa.tar.lz
re3-8b3ca9564b1eeef6fd9d6296499594cfc8fec3aa.tar.xz
re3-8b3ca9564b1eeef6fd9d6296499594cfc8fec3aa.tar.zst
re3-8b3ca9564b1eeef6fd9d6296499594cfc8fec3aa.zip
Diffstat (limited to 'src/core/Frontend.h')
-rw-r--r--src/core/Frontend.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/core/Frontend.h b/src/core/Frontend.h
index 83d86d5b..e64eae98 100644
--- a/src/core/Frontend.h
+++ b/src/core/Frontend.h
@@ -318,6 +318,8 @@ enum eCheckHover
HOVEROPTION_DECREASE_SFXVOLUME,
HOVEROPTION_INCREASE_MOUSESENS,
HOVEROPTION_DECREASE_MOUSESENS,
+ HOVEROPTION_INCREASE_MP3BOOST,
+ HOVEROPTION_DECREASE_MP3BOOST,
HOVEROPTION_NOT_HOVERING,
};
@@ -633,7 +635,9 @@ public:
static void PrintErrorMessage();
void PrintStats();
void Process();
- void ProcessButtonPresses();
+ void ProcessList(bool &optionSelected, bool &goBack);
+ void UserInput();
+ void ProcessButtonPresses(uint8, uint8, uint8, uint8, int8);
void ProcessFileActions();
void ProcessOnOffMenuOptions();
void RequestFrontEndShutDown();