mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-04 16:54:08 +00:00
CWindModifiers
This commit is contained in:
commit
70029752f5
69 changed files with 6544 additions and 1001 deletions
|
@ -110,6 +110,7 @@ int gameTxdSlot;
|
|||
|
||||
bool DoRWStuffStartOfFrame(int16 TopRed, int16 TopGreen, int16 TopBlue, int16 BottomRed, int16 BottomGreen, int16 BottomBlue, int16 Alpha);
|
||||
void DoRWStuffEndOfFrame(void);
|
||||
#ifdef PS2_MENU
|
||||
void MessageScreen(char *msg)
|
||||
{
|
||||
//TODO: stretch_screen
|
||||
|
@ -143,6 +144,7 @@ void MessageScreen(char *msg)
|
|||
|
||||
DoRWStuffEndOfFrame();
|
||||
}
|
||||
#endif
|
||||
|
||||
bool
|
||||
CGame::InitialiseOnceBeforeRW(void)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue