#pragma once #include namespace ksys::util { inline void PrintDebug([[maybe_unused]] const sead::SafeString& message) {} template inline void PrintDebugFmt(const char* format, const Args&...) {} } // namespace ksys::util