mirror of
https://github.com/halpz/re3.git
synced 2025-04-21 18:16:59 +00:00
rem gMakeResources
This commit is contained in:
parent
3648ef4687
commit
096db533a6
@ -102,7 +102,6 @@ float NumberOfChunksLoaded;
|
|||||||
bool g_SlowMode = false;
|
bool g_SlowMode = false;
|
||||||
char version_name[64];
|
char version_name[64];
|
||||||
|
|
||||||
bool gMakeResources = true;
|
|
||||||
|
|
||||||
void GameInit(void);
|
void GameInit(void);
|
||||||
void SystemInit(void);
|
void SystemInit(void);
|
||||||
|
@ -24,8 +24,6 @@ extern bool gbShowTimebars;
|
|||||||
extern bool gbPrintMemoryUsage;
|
extern bool gbPrintMemoryUsage;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
extern bool gMakeResources;
|
|
||||||
|
|
||||||
class CSprite2d;
|
class CSprite2d;
|
||||||
|
|
||||||
bool DoRWStuffStartOfFrame(int16 TopRed, int16 TopGreen, int16 TopBlue, int16 BottomRed, int16 BottomGreen, int16 BottomBlue, int16 Alpha);
|
bool DoRWStuffStartOfFrame(int16 TopRed, int16 TopGreen, int16 TopBlue, int16 BottomRed, int16 BottomGreen, int16 BottomBlue, int16 Alpha);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user