#ifndef RUNTIME_H_A8DA6E1E
#define RUNTIME_H_A8DA6E1E

#include <string>
#include <string_view>

class Runtime {
public:

  static std::string getResourcePath(std::string_view filename);
};

#endif /* end of include guard: RUNTIME_H_A8DA6E1E */