This file contains common definitions and constants. More...
#include <filesystem>
Include dependency graph for Common.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | srv |
| namespace | srv::Config |
| namespace | srv::Config::Network |
| namespace | srv::Game |
| namespace | srv::Path |
| namespace | srv::Path::Plugin |
Variables | |
| constexpr auto | srv::Config::Network::DEFAULT_NETWORK_HOST = "0.0.0.0" |
| constexpr auto | srv::Config::Network::DEFAULT_NETWORK_PORT = 2560 |
| constexpr auto | srv::Config::Network::DEFAULT_MAX_CLIENT = 4 |
| constexpr auto | srv::Game::DEFAULT_TICK_RATE = 60 |
| constexpr auto | srv::Game::DEFAULT_UPDATE_INTERVAL = 1 / 20.F |
| auto | srv::Path::Plugin::PLUGINS_NETWORK_ASIO_SERVER |
| auto | srv::Path::Plugin::PLUGINS_GAME_RTYPE_SERVER |
This file contains common definitions and constants.
Definition in file Common.hpp.