mirror of
https://github.com/zeldaret/botw
synced 2026-05-26 07:38:50 -04:00
12 lines
203 B
C++
12 lines
203 B
C++
#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
|