aboutsummaryrefslogtreecommitdiff
path: root/src/platform/Resource.cpp
blob: b530bd0ce0eeb44d0ac41a891dba96e7630ca6da (plain)
1
2
3
4
5
#include "cru/platform/Resource.h"

namespace cru::platform {
std::string IPlatformResource::GetDebugString() { return {}; }
}  // namespace cru::platform