mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-05 21:54:08 +00:00
remove inlining attempts + reload frontend options for real
This commit is contained in:
parent
a61736c51b
commit
9acf27fc53
2 changed files with 15 additions and 9 deletions
|
@ -646,13 +646,14 @@ public:
|
|||
int GetNumOptionsCntrlConfigScreens();
|
||||
int ConstructStatLine(int);
|
||||
|
||||
// New (inlined ones and the ones we can't believe it's not inlined)
|
||||
inline void ThingsToDoBeforeGoingBack();
|
||||
inline void ScrollUpListByOne();
|
||||
inline void ScrollDownListByOne();
|
||||
inline void PageUpList(bool);
|
||||
inline void PageDownList(bool);
|
||||
inline int8 GetPreviousPageOption();
|
||||
// Those are either inlined in game, not in function yet, or I can't believe that they're not inlined.
|
||||
// Names were made up by me.
|
||||
void ThingsToDoBeforeGoingBack();
|
||||
void ScrollUpListByOne();
|
||||
void ScrollDownListByOne();
|
||||
void PageUpList(bool);
|
||||
void PageDownList(bool);
|
||||
int8 GetPreviousPageOption();
|
||||
|
||||
// uint8 GetNumberOfMenuOptions();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue