mirror of
https://github.com/halpz/re3.git
synced 2025-07-13 11:48:12 +00:00
lcs particle
This commit is contained in:
@ -76,7 +76,7 @@
|
||||
|
||||
GlobalScene Scene;
|
||||
|
||||
uint8 work_buff[55000];
|
||||
uint8 work_buff[102400];
|
||||
char gString[256];
|
||||
char gString2[512];
|
||||
wchar gUString[256];
|
||||
@ -102,6 +102,7 @@ float NumberOfChunksLoaded;
|
||||
bool g_SlowMode = false;
|
||||
char version_name[64];
|
||||
|
||||
bool gMakeResources = true;
|
||||
|
||||
void GameInit(void);
|
||||
void SystemInit(void);
|
||||
|
@ -7,7 +7,7 @@ struct GlobalScene
|
||||
};
|
||||
extern GlobalScene Scene;
|
||||
|
||||
extern uint8 work_buff[55000];
|
||||
extern uint8 work_buff[102400];
|
||||
extern char gString[256];
|
||||
extern char gString2[512];
|
||||
extern wchar gUString[256];
|
||||
@ -24,6 +24,8 @@ extern bool gbShowTimebars;
|
||||
extern bool gbPrintMemoryUsage;
|
||||
#endif
|
||||
|
||||
extern bool gMakeResources;
|
||||
|
||||
class CSprite2d;
|
||||
|
||||
bool DoRWStuffStartOfFrame(int16 TopRed, int16 TopGreen, int16 TopBlue, int16 BottomRed, int16 BottomGreen, int16 BottomBlue, int16 Alpha);
|
||||
|
Reference in New Issue
Block a user