summaryrefslogtreecommitdiffstats
path: root/src/core/Frontend.h
diff options
context:
space:
mode:
authorerorcun <erorcunerorcun@hotmail.com.tr>2020-11-10 00:06:59 +0100
committererorcun <erorcunerorcun@hotmail.com.tr>2020-11-10 00:07:02 +0100
commit460f3cea447296cb5757c04108b9ac6becd6c968 (patch)
tree813037065cbf49ecc932dde3531f1d96c2c27029 /src/core/Frontend.h
parentFont: Hud: Use orig. text dimensions, fix right-align calculations (diff)
downloadre3-460f3cea447296cb5757c04108b9ac6becd6c968.tar
re3-460f3cea447296cb5757c04108b9ac6becd6c968.tar.gz
re3-460f3cea447296cb5757c04108b9ac6becd6c968.tar.bz2
re3-460f3cea447296cb5757c04108b9ac6becd6c968.tar.lz
re3-460f3cea447296cb5757c04108b9ac6becd6c968.tar.xz
re3-460f3cea447296cb5757c04108b9ac6becd6c968.tar.zst
re3-460f3cea447296cb5757c04108b9ac6becd6c968.zip
Diffstat (limited to '')
-rw-r--r--src/core/Frontend.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/Frontend.h b/src/core/Frontend.h
index 72288f98..21124fdb 100644
--- a/src/core/Frontend.h
+++ b/src/core/Frontend.h
@@ -781,6 +781,7 @@ public:
void PageUpList(bool);
void PageDownList(bool);
int8 GetPreviousPageOption();
+ void ProcessList(bool &goBack, bool &optionSelected);
};
#ifndef IMPROVED_VIDEOMODE