metaforce/Runtime/CGameAllocator.cpp

16 lines
156 B
C++

#include "CGameAllocator.hpp"
namespace Retro
{
bool CGameAllocator::Initialize(COsContext&)
{
return true;
}
void CGameAllocator::Shutdown()
{
}
}