aboutsummaryrefslogtreecommitdiff
path: root/include/cru/platform/HeapDebug.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/cru/platform/HeapDebug.hpp')
-rw-r--r--include/cru/platform/HeapDebug.hpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/cru/platform/HeapDebug.hpp b/include/cru/platform/HeapDebug.hpp
new file mode 100644
index 00000000..10ebfd2c
--- /dev/null
+++ b/include/cru/platform/HeapDebug.hpp
@@ -0,0 +1,7 @@
+#pragma once
+#include "cru/common/PreConfig.hpp"
+
+namespace cru::platform {
+// Setup the heap debug function. Currently I only use this on Windows...
+void SetupHeapDebug();
+} // namespace cru::platform