Unravel Engine C++ Reference
Loading...
Searching...
No Matches
deploy.h
Go to the documentation of this file.
1#pragma once
2
3#include <base/basetypes.hpp>
4
6
7namespace unravel
8{
10{
11 fs::path deploy_location{};
14};
15
16
17} // namespace unravel
fs::path deploy_location
Definition deploy.h:11