donut-decomp/donut/app/AppImpl.cpp
Charlotte Delenk 8e55c03dce
app::System
2021-10-19 21:33:00 +02:00

12 lines
No EOL
231 B
C++

#include <hel/common/ExplicitSingleton.hpp>
#include <mem/Memory.hpp>
#ifdef __CWCC__
#pragma warning off(10548)
#endif
namespace hel {
namespace common {
mem::Memory *ExplicitSingleton<mem::Memory>::object_;
}
} // namespace hel