summaryrefslogtreecommitdiffstats
path: root/src/core/Frontend.h
diff options
context:
space:
mode:
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();
};