mirror of
https://github.com/GTAmodding/re3.git
synced 2025-08-30 19:25:28 +00:00
TexturePools
This commit is contained in:
parent
1a30d94523
commit
9461998304
5 changed files with 266 additions and 7 deletions
|
@ -605,11 +605,6 @@ CameraCreate(RwInt32 width, RwInt32 height, RwBool zBuffer)
|
|||
return (nil);
|
||||
}
|
||||
|
||||
#ifdef USE_TEXTURE_POOL
|
||||
WRAPPER void _TexturePoolsInitialise() { EAXJMP(0x598B10); }
|
||||
WRAPPER void _TexturePoolsShutdown() { EAXJMP(0x598B30); }
|
||||
#endif
|
||||
|
||||
#ifdef LIBRW
|
||||
#include <rpmatfx.h>
|
||||
#include "VehicleModelInfo.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue