blob: 7e5a1d829183b599c0bab2cc8bb21200e564e93d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#include "KingSystem/System/DebugFinder.h"
namespace ksys {
SEAD_SINGLETON_DISPOSER_IMPL(DebugFinder)
DebugFinder::DebugFinder() = default;
DebugFinder::~DebugFinder() = default;
} // namespace ksys
|