donut-decomp/donut/app/EntryPoint2.cpp
2021-10-19 21:54:41 +02:00

8 lines
No EOL
218 B
C++

#include <app/System.hpp>
#include <hel/common/PrivateSingleton.hpp>
namespace hel {
namespace common {
PrivateSingleton<app::System>::~PrivateSingleton() { isExist_ = false; }
} // namespace common
} // namespace hel