aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDedicatedTest/memalloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'NorthstarDedicatedTest/memalloc.h')
-rw-r--r--NorthstarDedicatedTest/memalloc.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/NorthstarDedicatedTest/memalloc.h b/NorthstarDedicatedTest/memalloc.h
new file mode 100644
index 00000000..fe3c5255
--- /dev/null
+++ b/NorthstarDedicatedTest/memalloc.h
@@ -0,0 +1,6 @@
+#pragma once
+
+extern size_t g_iStaticAllocated;
+
+void* operator new(size_t n);
+void operator delete(void* p); \ No newline at end of file