summaryrefslogtreecommitdiff
path: root/src/KingSystem/System/DebugFinder.cpp
blob: 2f10e1dd9e4c3d55b6013124fb54b4818679fb4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#include "KingSystem/System/DebugFinder.h"

namespace ksys {

SEAD_SINGLETON_DISPOSER_IMPL(DebugFinder)

DebugFinder::DebugFinder() = default;

void DebugFinder::init(sead::Heap* heap) {}

}  // namespace ksys