mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-16 03:14:08 +00:00
shadows done
This commit is contained in:
parent
ad1920bc6f
commit
b4ecb3e3da
20 changed files with 2412 additions and 60 deletions
|
@ -17,6 +17,7 @@ extern char *gString2;
|
|||
extern wchar *gUString;
|
||||
extern wchar *gUString2;
|
||||
extern bool &b_FoundRecentSavedGameWantToLoad;
|
||||
extern bool gbPrintShite;
|
||||
|
||||
class CSprite2d;
|
||||
|
||||
|
@ -26,3 +27,4 @@ void LoadingIslandScreen(const char *levelName);
|
|||
CSprite2d *LoadSplash(const char *name);
|
||||
char *GetLevelSplashScreen(int level);
|
||||
char *GetRandomSplashScreen(void);
|
||||
void ValidateVersion();
|
Loading…
Add table
Add a link
Reference in a new issue