mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-05 04:04:08 +00:00
TexturePools
This commit is contained in:
parent
1a30d94523
commit
9461998304
5 changed files with 266 additions and 7 deletions
|
@ -91,6 +91,9 @@
|
|||
#include "screendroplets.h"
|
||||
#include "crossplatform.h"
|
||||
#include "MemoryHeap.h"
|
||||
#ifdef USE_TEXTURE_POOL
|
||||
#include "TexturePools.h"
|
||||
#endif
|
||||
|
||||
eLevelName CGame::currLevel;
|
||||
bool CGame::bDemoMode = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue