summary refs log tree commit diff stats
path: root/src/runtime_test.cpp
blob: b4a6d342a6b61a9a8517d72c850166858f48e7ca (plain) (blame)
1
2
3
4
5
#include "runtime.h"

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