summaryrefslogtreecommitdiff
path: root/src/KingSystem/System/SystemPauseMgr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/KingSystem/System/SystemPauseMgr.cpp')
-rw-r--r--src/KingSystem/System/SystemPauseMgr.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/KingSystem/System/SystemPauseMgr.cpp b/src/KingSystem/System/SystemPauseMgr.cpp
new file mode 100644
index 00000000..ce8ddbdf
--- /dev/null
+++ b/src/KingSystem/System/SystemPauseMgr.cpp
@@ -0,0 +1,9 @@
+#include "KingSystem/System/SystemPauseMgr.h"
+
+namespace ksys {
+
+SystemPauseMgr::SystemPauseMgr() = default;
+
+SystemPauseMgr::~SystemPauseMgr() = default;
+
+} // namespace ksys