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