#ifndef NW4R_EF_MEMORYMANAGER #define NW4R_EF_MEMORYMANAGER #include "ef_memorymanagerbase.h" namespace nw4r { namespace ef { struct MemoryManager : MemoryManagerBase { }; } } #endif