mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-06-20 01:53:29 +00:00
19 lines
177 B
C++
19 lines
177 B
C++
#include "CGameAllocator.hpp"
|
|
|
|
namespace Retro
|
|
{
|
|
namespace Common
|
|
{
|
|
|
|
bool CGameAllocator::Initialize(COsContext&)
|
|
{
|
|
return true;
|
|
}
|
|
|
|
void CGameAllocator::Shutdown()
|
|
{
|
|
}
|
|
|
|
}
|
|
}
|