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