mirror of
https://github.com/zeldaret/botw
synced 2026-06-05 11:17:48 -04:00
10 lines
177 B
C++
10 lines
177 B
C++
#include "KingSystem/System/SystemPauseMgr.h"
|
|
|
|
namespace ksys {
|
|
|
|
SystemPauseMgr::SystemPauseMgr() = default;
|
|
|
|
SystemPauseMgr::~SystemPauseMgr() = default;
|
|
|
|
} // namespace ksys
|