summaryrefslogtreecommitdiffstats
path: root/src/core/Frontend.h
diff options
context:
space:
mode:
authoreray orçunus <erayorcunus@gmail.com>2020-05-28 12:08:21 +0200
committereray orçunus <erayorcunus@gmail.com>2020-05-28 12:08:21 +0200
commita61736c51b3712d78cdf76afe466eb48b2be5227 (patch)
tree8c36cc713ef9ab4472cbe4fa52e8736dee2b3746 /src/core/Frontend.h
parentDetect R and start game on menu (diff)
downloadre3-a61736c51b3712d78cdf76afe466eb48b2be5227.tar
re3-a61736c51b3712d78cdf76afe466eb48b2be5227.tar.gz
re3-a61736c51b3712d78cdf76afe466eb48b2be5227.tar.bz2
re3-a61736c51b3712d78cdf76afe466eb48b2be5227.tar.lz
re3-a61736c51b3712d78cdf76afe466eb48b2be5227.tar.xz
re3-a61736c51b3712d78cdf76afe466eb48b2be5227.tar.zst
re3-a61736c51b3712d78cdf76afe466eb48b2be5227.zip
Diffstat (limited to 'src/core/Frontend.h')
-rw-r--r--src/core/Frontend.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/core/Frontend.h b/src/core/Frontend.h
index aa2b92f5..9a364b71 100644
--- a/src/core/Frontend.h
+++ b/src/core/Frontend.h
@@ -647,12 +647,12 @@ public:
int ConstructStatLine(int);
// New (inlined ones and the ones we can't believe it's not inlined)
- void ThingsToDoBeforeGoingBack();
- void ScrollUpListByOne();
- void ScrollDownListByOne();
- void PageUpList(bool);
- void PageDownList(bool);
- int8 GetPreviousPageOption();
+ inline void ThingsToDoBeforeGoingBack();
+ inline void ScrollUpListByOne();
+ inline void ScrollDownListByOne();
+ inline void PageUpList(bool);
+ inline void PageDownList(bool);
+ inline int8 GetPreviousPageOption();
// uint8 GetNumberOfMenuOptions();
};