metaforce/Runtime/CGameAllocator.cpp

16 lines
156 B
C++
Raw Normal View History

2015-08-17 05:26:58 +00:00
#include "CGameAllocator.hpp"
namespace Retro
{
2015-08-17 05:26:58 +00:00
bool CGameAllocator::Initialize(COsContext&)
{
return true;
}
void CGameAllocator::Shutdown()
{
}
}