mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-06 19:44:09 +00:00
theoretically fix linux build
This commit is contained in:
parent
e6401bce18
commit
a61736c51b
3 changed files with 14 additions and 12 deletions
|
@ -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();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue