diff options
Diffstat (limited to 'include/cru/platform/heap_debug.hpp')
-rw-r--r-- | include/cru/platform/heap_debug.hpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/cru/platform/heap_debug.hpp b/include/cru/platform/heap_debug.hpp deleted file mode 100644 index 9e3ae368..00000000 --- a/include/cru/platform/heap_debug.hpp +++ /dev/null @@ -1,7 +0,0 @@ -#pragma once -#include "cru/common/pre_config.hpp" - -namespace cru::platform { -// Setup the heap debug function. Currently I only use this on Windows... -void SetupHeapDebug(); -} // namespace cru::platform |