1 2 3 4 5
#include "runtime.h" std::string Runtime::getResourcePath(std::string_view name) { return std::string("../res/") + std::string(name); }