blob: d0dbf53b3ad480b1204d7cf71ed48a49c552b18c (
plain)
1
2
3
4
5
6
7
|
#include "cru/platform/Resource.h"
namespace cru::platform {
std::string IPlatformResource::GetPlatformIdUtf8() const {
return GetPlatformId().ToUtf8();
}
} // namespace cru::platform
|