diff options
Diffstat (limited to 'src/KingSystem/System/DebugFinder.cpp')
| -rw-r--r-- | src/KingSystem/System/DebugFinder.cpp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/KingSystem/System/DebugFinder.cpp b/src/KingSystem/System/DebugFinder.cpp new file mode 100644 index 00000000..d566df2b --- /dev/null +++ b/src/KingSystem/System/DebugFinder.cpp @@ -0,0 +1,14 @@ +#include "KingSystem/System/DebugFinder.h" + +namespace ksys { + +SEAD_SINGLETON_DISPOSER_IMPL(DebugFinder) + +DebugFinder::DebugFinder() = default; + +void DebugFinder::init(sead::Heap* heap) { + +} + +} + |
