mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-18 01:44:08 +00:00
start using CMemoryHeap
This commit is contained in:
parent
4ddc356341
commit
d857758c16
22 changed files with 652 additions and 238 deletions
|
@ -3,7 +3,7 @@
|
|||
#include "General.h"
|
||||
#include "ModelIndices.h"
|
||||
|
||||
#define X(name, var) int16 var;
|
||||
#define X(name, var) int16 var = -1;
|
||||
MODELINDICES
|
||||
#undef X
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue