Porytiles
Loading...
Searching...
No Matches
app_config.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <string>
4
9
10namespace 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
25class AppConfig {
26 public:
27 virtual ~AppConfig() = default;
28
29 protected:
30};
31
32} // namespace porytiles2
Interface that defines a complete app layer configuration.
virtual ~AppConfig()=default