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.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/cru/platform/heap_debug.hpp b/include/cru/platform/heap_debug.hpp
index e305be31..9e3ae368 100644
--- a/include/cru/platform/heap_debug.hpp
+++ b/include/cru/platform/heap_debug.hpp
@@ -2,5 +2,6 @@
#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