From cafcbde7529f7c1e4219344df9a404ecdb411aa5 Mon Sep 17 00:00:00 2001 From: 杨宇千 Date: Thu, 11 Jul 2019 00:43:27 +0800 Subject: ... --- include/cru/platform/heap_debug.hpp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 include/cru/platform/heap_debug.hpp (limited to 'include/cru/platform/heap_debug.hpp') 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(); +} -- cgit v1.2.3