diff options
| author | theo3 <arisstephenson2@gmail.com> | 2020-11-08 22:07:27 -0800 |
|---|---|---|
| committer | theo3 <arisstephenson2@gmail.com> | 2020-11-16 15:48:20 -0800 |
| commit | 8205744abcae5784138629038976f2449269a81f (patch) | |
| tree | d13995b705961bb5a920562bcf4aac7580afc8f5 /src/KingSystem/ActorSystem/actDebug.cpp | |
| parent | 2f80f2b58106b1641300b44660d3d6e94d6fc895 (diff) | |
implement map::Object getters
Diffstat (limited to 'src/KingSystem/ActorSystem/actDebug.cpp')
| -rw-r--r-- | src/KingSystem/ActorSystem/actDebug.cpp | 12 |
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 |
