summaryrefslogtreecommitdiff
path: root/src/KingSystem/ActorSystem/actDebug.cpp
diff options
context:
space:
mode:
authorLéo Lam <leo@leolam.fr>2020-11-17 00:54:46 +0100
committerGitHub <noreply@github.com>2020-11-17 00:54:46 +0100
commit4d4edbfe87e77c4e712e7fef7ed8087fff18220e (patch)
tree05b09142b74869f74779a00deff410019b8dcaac /src/KingSystem/ActorSystem/actDebug.cpp
parentb0498a15bf6f1782f1429ffbd0b03c187f61d7c9 (diff)
parentd4f80d7cf97641742dd56cabc0b1d503cfdf7b0d (diff)
Merge pull request #15 from notyourav/placement
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