mirror of
https://github.com/zeldaret/ss
synced 2026-05-30 00:46:41 -04:00
16 lines
197 B
C++
16 lines
197 B
C++
#ifndef NW4R_EF_MEMORYMANAGER
|
|
#define NW4R_EF_MEMORYMANAGER
|
|
#include "ef_memorymanagerbase.h"
|
|
|
|
namespace nw4r
|
|
{
|
|
namespace ef
|
|
{
|
|
struct MemoryManager : MemoryManagerBase
|
|
{
|
|
|
|
};
|
|
}
|
|
}
|
|
|
|
#endif |