summaryrefslogtreecommitdiff
path: root/src/KingSystem/System/SystemPauseMgr.cpp
blob: ce8ddbdff847839898723165c66b98ca5355f299 (plain)
1
2
3
4
5
6
7
8
9
#include "KingSystem/System/SystemPauseMgr.h"

namespace ksys {

SystemPauseMgr::SystemPauseMgr() = default;

SystemPauseMgr::~SystemPauseMgr() = default;

}  // namespace ksys