Elevate Engine 1
Loading...
Searching...
No Matches
PathResolver.h
Go to the documentation of this file.
1#pragma once
2
3#include <string>
4
5namespace Elevate
6{
8 {
9 public:
10 static std::string Resolve(const std::string& virtualPath);
11 };
12}
static std::string Resolve(const std::string &virtualPath)