1 2 3 4 5
#include "cru/platform/Resource.h" namespace cru::platform { std::string IPlatformResource::GetDebugString() { return {}; } } // namespace cru::platform