1
0
mirror of https://github.com/td512/re3.git synced 2026-03-03 15:22:51 +00:00

start using CMemoryHeap

This commit is contained in:
aap
2020-11-26 16:47:19 +01:00
parent 4ddc356341
commit d857758c16
22 changed files with 652 additions and 238 deletions

View File

@@ -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