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