mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-19 16:29:22 +00:00
Fixes
This commit is contained in:
parent
e35780df43
commit
6fec864750
3 changed files with 55 additions and 61 deletions
|
@ -32,7 +32,7 @@ public:
|
|||
static tMessage(&BriefMessages)[NUMBRIEFMESSAGES];
|
||||
static tBigMessage(&BIGMessages)[NUMBIGMESSAGES];
|
||||
static tPreviousBrief(&PreviousBriefs)[NUMPREVIOUSBRIEFS];
|
||||
|
||||
static char PreviousMissionTitle[16]; // unused
|
||||
public:
|
||||
static void Init(void);
|
||||
static uint16 GetWideStringLength(wchar *src);
|
||||
|
@ -61,4 +61,9 @@ public:
|
|||
static void ClearThisPrint(wchar *str);
|
||||
static void ClearThisBigPrint(wchar *str);
|
||||
static void ClearAllMessagesDisplayedByGame(void);
|
||||
|
||||
// unused or cut
|
||||
//static void AddMessageSoonWithString(wchar*, uint32, uint16, wchar*);
|
||||
//static void CutString(int16, char*, char**);
|
||||
//static void PrintString(char*, int16, int16, int16);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue