summaryrefslogtreecommitdiff
path: root/src/KingSystem/ActorSystem/actDebug.cpp
blob: e30ad96046af8d0408510477e46bf47007b7d64a (plain)
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