blob: 9e3ae3687d84cf07a8264156aba7fcb77d951033 (
plain)
1
2
3
4
5
6
7
|
#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
|