ksys: Start adding OverlayArenaSystem

This commit is contained in:
Léo Lam
2020-09-20 17:59:41 +02:00
parent 5ac991b0e0
commit 8756ccdd07
25 changed files with 875 additions and 37 deletions
+9
View File
@@ -0,0 +1,9 @@
#include "KingSystem/System/SystemPauseMgr.h"
namespace ksys {
SystemPauseMgr::SystemPauseMgr() = default;
SystemPauseMgr::~SystemPauseMgr() = default;
} // namespace ksys