From 8205744abcae5784138629038976f2449269a81f Mon Sep 17 00:00:00 2001 From: theo3 Date: Sun, 8 Nov 2020 22:07:27 -0800 Subject: implement map::Object getters --- src/KingSystem/ActorSystem/actDebug.cpp | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/KingSystem/ActorSystem/actDebug.cpp (limited to 'src/KingSystem/ActorSystem/actDebug.cpp') 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 + +namespace ksys::act { + +SEAD_SINGLETON_DISPOSER_IMPL(ActorDebug) + +const char* ActorDebug::getNullStr(HashUnused*) { + return &sead::SafeString::cNullChar; +} + +} // namespace ksys::act -- cgit v1.2.3