blob: d566df2b1584919aba6e6853b362d81720eaf5c3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#include "KingSystem/System/DebugFinder.h"
namespace ksys {
SEAD_SINGLETON_DISPOSER_IMPL(DebugFinder)
DebugFinder::DebugFinder() = default;
void DebugFinder::init(sead::Heap* heap) {
}
}
|