Files
PrimeAPI/include/Runtime/CMemory.hpp
T

11 lines
173 B
C++

#ifndef CMEMORY_HPP
#define CMEMORY_HPP
/* note - this file is included from PrimeAPI.h */
class CMemory
{
public:
static void Free(const void*);
};
#endif // CMEMORY_HPP