mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-07 22:40:44 +00:00
Update platformMemory.h
This commit is contained in:
parent
f3046a9c3e
commit
e5e3efb30c
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue