mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-19 11:59:21 +00:00
More refs removed
This commit is contained in:
parent
4b602940eb
commit
b1fc7bc533
21 changed files with 111 additions and 109 deletions
|
@ -29,9 +29,9 @@ struct tPreviousBrief
|
|||
class CMessages
|
||||
{
|
||||
public:
|
||||
static tMessage(&BriefMessages)[NUMBRIEFMESSAGES];
|
||||
static tBigMessage(&BIGMessages)[NUMBIGMESSAGES];
|
||||
static tPreviousBrief(&PreviousBriefs)[NUMPREVIOUSBRIEFS];
|
||||
static tMessage BriefMessages[NUMBRIEFMESSAGES];
|
||||
static tBigMessage BIGMessages[NUMBIGMESSAGES];
|
||||
static tPreviousBrief PreviousBriefs[NUMPREVIOUSBRIEFS];
|
||||
static char PreviousMissionTitle[16]; // unused
|
||||
public:
|
||||
static void Init(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue