mirror of
https://github.com/halpz/re3.git
synced 2025-07-30 08:20:27 +00:00
theoretically fix linux build
This commit is contained in:
@ -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();
|
||||
};
|
||||
|
Reference in New Issue
Block a user