mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-18 18:44:08 +00:00
parent
9960c41193
commit
c2b9ddc5b8
50 changed files with 2028 additions and 14 deletions
|
@ -624,6 +624,10 @@ public:
|
|||
void LoadAllTextures();
|
||||
void LoadSettings();
|
||||
void MessageScreen(const char *);
|
||||
#ifdef MIAMI
|
||||
//--MIAMI: TODO: implement the second argument
|
||||
void MessageScreen(const char *str, bool) { MessageScreen(str); }
|
||||
#endif
|
||||
void PickNewPlayerColour();
|
||||
void PrintBriefs();
|
||||
static void PrintErrorMessage();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue