aboutsummaryrefslogtreecommitdiff
path: root/include/cru/platform/heap_debug.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/cru/platform/heap_debug.hpp')
-rw-r--r--include/cru/platform/heap_debug.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/cru/platform/heap_debug.hpp b/include/cru/platform/heap_debug.hpp
new file mode 100644
index 00000000..e305be31
--- /dev/null
+++ b/include/cru/platform/heap_debug.hpp
@@ -0,0 +1,6 @@
+#pragma once
+#include "cru/common/pre_config.hpp"
+
+namespace cru::platform {
+void SetupHeapDebug();
+}