aboutsummaryrefslogtreecommitdiff
path: root/Src/Wasabi/api/memmgr/api_memmgr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Src/Wasabi/api/memmgr/api_memmgr.cpp')
-rw-r--r--Src/Wasabi/api/memmgr/api_memmgr.cpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/Src/Wasabi/api/memmgr/api_memmgr.cpp b/Src/Wasabi/api/memmgr/api_memmgr.cpp
new file mode 100644
index 00000000..e1001185
--- /dev/null
+++ b/Src/Wasabi/api/memmgr/api_memmgr.cpp
@@ -0,0 +1,13 @@
+#include <precomp.h>
+#include "api_memmgr.h"
+
+#ifdef CBCLASS
+#undef CBCLASS
+#endif
+#define CBCLASS api_memmgrI
+START_DISPATCH;
+ CB(API_MEMMGR_SYSMALLOC, sysMalloc);
+ VCB(API_MEMMGR_SYSFREE, sysFree);
+ CB(API_MEMMGR_SYSREALLOC, sysRealloc);
+ VCB(API_MEMMGR_SYSMEMCHANGED, sysMemChanged);
+END_DISPATCH;