Files

11 lines
173 B
C++
Raw Permalink Normal View History

#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