summaryrefslogtreecommitdiff
path: root/src/KingSystem/ActorSystem/actDebug.cpp
diff options
context:
space:
mode:
authortheo3 <arisstephenson2@gmail.com>2020-11-08 22:07:27 -0800
committertheo3 <arisstephenson2@gmail.com>2020-11-16 15:48:20 -0800
commit8205744abcae5784138629038976f2449269a81f (patch)
treed13995b705961bb5a920562bcf4aac7580afc8f5 /src/KingSystem/ActorSystem/actDebug.cpp
parent2f80f2b58106b1641300b44660d3d6e94d6fc895 (diff)
implement map::Object getters
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