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