mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-06 21:24:09 +00:00
timebars
This commit is contained in:
parent
a57d9b6797
commit
409663adb8
8 changed files with 220 additions and 2 deletions
|
@ -497,6 +497,12 @@ public:
|
|||
static int32 &sthWithButtons;
|
||||
static int32 &sthWithButtons2;
|
||||
|
||||
#ifndef MASTER
|
||||
static bool m_PrefsMarketing;
|
||||
static bool m_PrefsDisableTutorials;
|
||||
#endif // !MASTER
|
||||
|
||||
|
||||
public:
|
||||
static void BuildStatLine(char *text, void *stat, uint8 aFloat, void *stat2);
|
||||
static void CentreMousePointer();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue