mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 02:27:43 +00:00
several core runtime stubs added
This commit is contained in:
10
Runtime/CGameAllocator.cpp
Normal file
10
Runtime/CGameAllocator.cpp
Normal file
@@ -0,0 +1,10 @@
|
||||
#include "CGameAllocator.hpp"
|
||||
|
||||
bool CGameAllocator::Initialize(COsContext&)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
void CGameAllocator::Shutdown()
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user