theoretically fix linux build

This commit is contained in:
eray orçunus 2020-05-28 13:08:21 +03:00
parent e6401bce18
commit a61736c51b
3 changed files with 14 additions and 12 deletions

View file

@ -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();
};