mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-20 16:19:12 +00:00
Prep MP1::CMain for testing
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
#if 0
|
||||
|
||||
#include "CMemory.hpp"
|
||||
#include "CGameAllocator.hpp"
|
||||
#include "CCallStack.hpp"
|
||||
@@ -71,7 +73,6 @@ IAllocator& CMemorySys::GetGameAllocator() {return g_gameAllocator;}
|
||||
|
||||
}
|
||||
|
||||
#if 0
|
||||
void* operator new(std::size_t sz)
|
||||
{
|
||||
if (!urde::g_memoryAllocatorReady)
|
||||
|
||||
Reference in New Issue
Block a user