diff options
author | crupest <crupest@outlook.com> | 2022-01-12 00:53:13 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-01-12 00:53:13 +0800 |
commit | 01f98ce88950cdb729f5db58bf26f2fffa1c326c (patch) | |
tree | 43107a45983e2f61bbe64da1ba9a4fe33f0f616b /include/cru/platform | |
parent | d5621e5b1becd24edfbd598767b040524f535af9 (diff) | |
download | cru-01f98ce88950cdb729f5db58bf26f2fffa1c326c.tar.gz cru-01f98ce88950cdb729f5db58bf26f2fffa1c326c.tar.bz2 cru-01f98ce88950cdb729f5db58bf26f2fffa1c326c.zip |
...
Diffstat (limited to 'include/cru/platform')
-rw-r--r-- | include/cru/platform/HeapDebug.hpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/cru/platform/HeapDebug.hpp b/include/cru/platform/HeapDebug.hpp deleted file mode 100644 index 10ebfd2c..00000000 --- a/include/cru/platform/HeapDebug.hpp +++ /dev/null @@ -1,7 +0,0 @@ -#pragma once -#include "cru/common/PreConfig.hpp" - -namespace cru::platform { -// Setup the heap debug function. Currently I only use this on Windows... -void SetupHeapDebug(); -} // namespace cru::platform |