summaryrefslogtreecommitdiff
path: root/src/KingSystem/ActorSystem/actDebug.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/KingSystem/ActorSystem/actDebug.cpp')
-rw-r--r--src/KingSystem/ActorSystem/actDebug.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/KingSystem/ActorSystem/actDebug.cpp b/src/KingSystem/ActorSystem/actDebug.cpp
new file mode 100644
index 00000000..e30ad960
--- /dev/null
+++ b/src/KingSystem/ActorSystem/actDebug.cpp
@@ -0,0 +1,12 @@
+#include "KingSystem/ActorSystem/actDebug.h"
+#include <prim/seadSafeString.h>
+
+namespace ksys::act {
+
+SEAD_SINGLETON_DISPOSER_IMPL(ActorDebug)
+
+const char* ActorDebug::getNullStr(HashUnused*) {
+ return &sead::SafeString::cNullChar;
+}
+
+} // namespace ksys::act