1 2 3 4 5 6 7 8 9 10 11 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