mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 21:47:59 +00:00
several core runtime stubs added
This commit is contained in:
13
Runtime/CGameAllocator.hpp
Normal file
13
Runtime/CGameAllocator.hpp
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef __RETRO_CGAMEALLOCATOR_HPP__
|
||||
#define __RETRO_CGAMEALLOCATOR_HPP__
|
||||
|
||||
#include "IAllocator.hpp"
|
||||
|
||||
class CGameAllocator : public IAllocator
|
||||
{
|
||||
public:
|
||||
bool Initialize(COsContext&);
|
||||
void Shutdown();
|
||||
};
|
||||
|
||||
#endif // __RETRO_CGAMEALLOCATOR_HPP__
|
||||
Reference in New Issue
Block a user