#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