diff options
Diffstat (limited to '')
-rwxr-xr-x | include/game.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/game.h b/include/game.h index efe5fa6..3691fc7 100755 --- a/include/game.h +++ b/include/game.h @@ -2911,5 +2911,14 @@ class ClassWithCameraInfo { };
+namespace mHeap {
+ extern void *archiveHeap;
+ extern void *commandHeap;
+ extern void *dylinkHeap;
+ extern void *assertHeap;
+ extern void *gameHeaps[3];
+};
+
+
#endif
|