metaforce/Runtime/CGameAllocator.cpp

11 lines
134 B
C++

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