summaryrefslogtreecommitdiff
path: root/src/KingSystem/System/DebugFinder.cpp
diff options
context:
space:
mode:
authoriTNTPiston <zhaoyizhu2000@gmail.com>2021-08-09 16:40:04 -0700
committeriTNTPiston <zhaoyizhu2000@gmail.com>2021-08-09 16:40:04 -0700
commit488f2c3e71af8d443c1fc04d0f03e70e0aa7aefd (patch)
tree14e78c8e78addea09d79b3bc7c6f0430e1a8cc44 /src/KingSystem/System/DebugFinder.cpp
parent0f6a9d95b5ab16c22e62291b98f0d66f76cdebd8 (diff)
Implemented DebugFinder
Diffstat (limited to 'src/KingSystem/System/DebugFinder.cpp')
-rw-r--r--src/KingSystem/System/DebugFinder.cpp14
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) {
+
+}
+
+}
+