Grindstone Game Engine v0.2.0
An open source game engine and toolkit.
Loading...
Searching...
No Matches
ResourcePipeline.hpp
1#pragma once
2
3#include "Uuid.hpp"
4
5namespace Grindstone {
7 public:
8 std::string GetFilePathOfUuid(Uuid uuid);
9 };
10}
Definition ResourcePipeline.hpp:6
Definition Uuid.hpp:6