|
Zappy GUI
C++ graphic client: renderer, camera, network
|
Represents the configuration for the application, including the port, machine, and headless mode. More...
#include <Args.hpp>
Collaboration diagram for AppConfig:Public Attributes | |
| int | port |
| std::string | machine |
| bool | headless |
| bool | dev = false |
| I18n::Language | language = I18n::Language::EN |
Represents the configuration for the application, including the port, machine, and headless mode.
| bool AppConfig::dev = false |
Definition at line 15 of file Args.hpp.
Referenced by App::run().
| bool AppConfig::headless |
Definition at line 14 of file Args.hpp.
Referenced by App::run().
| I18n::Language AppConfig::language = I18n::Language::EN |
Definition at line 16 of file Args.hpp.
Referenced by App::run().
| std::string AppConfig::machine |
Definition at line 13 of file Args.hpp.
Referenced by App::run().
| int AppConfig::port |
Definition at line 12 of file Args.hpp.
Referenced by App::run().