mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-17 03:24:09 +00:00
TexturePools
# Conflicts: # src/core/Game.cpp # src/rw/RwHelper.cpp
This commit is contained in:
parent
24b5406a1d
commit
a259b6b8ab
5 changed files with 266 additions and 9 deletions
|
@ -94,6 +94,9 @@
|
|||
#include "postfx.h"
|
||||
#include "custompipes.h"
|
||||
#include "screendroplets.h"
|
||||
#ifdef USE_TEXTURE_POOL
|
||||
#include "TexturePools.h"
|
||||
#endif
|
||||
|
||||
eLevelName CGame::currLevel;
|
||||
int32 CGame::currArea;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue