diff options
Diffstat (limited to 'src/KingSystem/Map/mapDebug.h')
| -rw-r--r-- | src/KingSystem/Map/mapDebug.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/KingSystem/Map/mapDebug.h b/src/KingSystem/Map/mapDebug.h new file mode 100644 index 00000000..28c8b2cc --- /dev/null +++ b/src/KingSystem/Map/mapDebug.h @@ -0,0 +1,11 @@ +#pragma once + +#include <prim/seadSafeString.h> + +namespace ksys::map { + +class Object; + +bool printDebugMsg(Object* object, const sead::SafeString& msg, const char* config_name); + +} // namespace ksys::map |
