Porytiles
Loading...
Searching...
No Matches
app_config.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <string>
4
5
#include "
porytiles2/app/config/incremental_build_mode.hpp
"
6
#include "
porytiles2/xcut/config/config_value.hpp
"
7
#include "
porytiles2/xcut/config/config_validators.hpp
"
8
#include "
porytiles2/xcut/result/chainable_result.hpp
"
9
10
namespace
porytiles2
{
11
12
/*
13
* NOTE: DO NOT EDIT THIS FILE DIRECTLY. It is AUTO-GENERATED from config_schema.yaml.
14
* To add new config values or make other changes, edit config_schema.yaml and regenerate using
15
* Scripts/generate_config.py.
16
*/
17
25
class
AppConfig
{
26
public
:
27
virtual
~AppConfig
() =
default
;
28
29
protected
:
30
};
31
32
}
// namespace porytiles2
chainable_result.hpp
porytiles2::AppConfig
Interface that defines a complete app layer configuration.
Definition
app_config.hpp:25
porytiles2::AppConfig::~AppConfig
virtual ~AppConfig()=default
config_validators.hpp
config_value.hpp
incremental_build_mode.hpp
porytiles2
Definition
app_config.hpp:10
Porytiles2
include
porytiles2
app
config
app_config.hpp
Generated by
1.9.8