diff options
| author | Léo Lam <leo@leolam.fr> | 2020-11-17 00:54:46 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-17 00:54:46 +0100 |
| commit | 4d4edbfe87e77c4e712e7fef7ed8087fff18220e (patch) | |
| tree | 05b09142b74869f74779a00deff410019b8dcaac /src/KingSystem/Map/mapDebug.h | |
| parent | b0498a15bf6f1782f1429ffbd0b03c187f61d7c9 (diff) | |
| parent | d4f80d7cf97641742dd56cabc0b1d503cfdf7b0d (diff) | |
Merge pull request #15 from notyourav/placement
implement map::Object getters
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 |
