mirror of
https://github.com/zeldaret/botw
synced 2026-05-28 00:15:56 -04:00
10 lines
176 B
C++
10 lines
176 B
C++
#pragma once
|
|
|
|
#include <prim/seadSafeString.h>
|
|
|
|
namespace ksys::util {
|
|
|
|
inline void PrintDebug([[maybe_unused]] const sead::SafeString& message) {}
|
|
|
|
} // namespace ksys::util
|