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
5
#include <
filesystem/filesystem.h
>
6
7
namespace
unravel
8
{
9
struct
deploy_settings
10
{
11
fs::path
deploy_location
{};
12
bool
deploy_dependencies
{
true
};
13
bool
deploy_and_run
{};
14
};
15
16
17
}
// namespace unravel
basetypes.hpp
filesystem.h
unravel
Definition
crash.cpp:21
unravel::deploy_settings
Definition
deploy.h:10
unravel::deploy_settings::deploy_and_run
bool deploy_and_run
Definition
deploy.h:13
unravel::deploy_settings::deploy_location
fs::path deploy_location
Definition
deploy.h:11
unravel::deploy_settings::deploy_dependencies
bool deploy_dependencies
Definition
deploy.h:12
UnravelEngine
UnravelEngine
editor
editor
deploy
deploy.h
Generated by
1.12.0