mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-21 18:19:17 +00:00
Refactored directory layout for cleaner runtime organization
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
#ifndef __RETRO_IALLOCATOR_HPP__
|
||||
#define __RETRO_IALLOCATOR_HPP__
|
||||
|
||||
#include "COsContext.hpp"
|
||||
|
||||
class IAllocator
|
||||
{
|
||||
public:
|
||||
virtual bool Initialize(COsContext&)=0;
|
||||
virtual void Shutdown()=0;
|
||||
};
|
||||
|
||||
#endif // __RETRO_IALLOCATOR_HPP__
|
||||
Reference in New Issue
Block a user