mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
Update platformMemory.h
This commit is contained in:
parent
f3046a9c3e
commit
e5e3efb30c
|
|
@ -27,6 +27,7 @@
|
|||
|
||||
namespace Memory
|
||||
{
|
||||
#if !defined(TORQUE_DISABLE_MEMORY_MANAGER)
|
||||
struct MemInfo
|
||||
{
|
||||
void* ptr;
|
||||
|
|
@ -44,6 +45,7 @@ namespace Memory
|
|||
void shutdown();
|
||||
void getMemoryInfo(void* ptr, MemInfo& info);
|
||||
void checkPtr(void* ptr);
|
||||
#endif
|
||||
}
|
||||
|
||||
#endif // _TORQUE_PLATFORM_PLATFORMMEMORY_H_
|
||||
|
|
|
|||
Loading…
Reference in a new issue