mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-16 12:54:49 +00:00
AnimViewer!
This commit is contained in:
parent
e5d089db88
commit
5bea16c7cc
26 changed files with 582 additions and 20 deletions
|
@ -18,7 +18,7 @@ extern wchar *gUString;
|
|||
extern wchar *gUString2;
|
||||
extern bool &b_FoundRecentSavedGameWantToLoad;
|
||||
extern bool gbPrintShite;
|
||||
extern bool gbModelViewer;
|
||||
extern bool &gbModelViewer;
|
||||
|
||||
class CSprite2d;
|
||||
|
||||
|
@ -30,3 +30,6 @@ char *GetLevelSplashScreen(int level);
|
|||
char *GetRandomSplashScreen(void);
|
||||
void LittleTest(void);
|
||||
void ValidateVersion();
|
||||
#ifndef MASTER
|
||||
void TheModelViewer(void);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue