diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/cru/platform/heap_debug.hpp | 6 |
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(); +} |