12#define PLUGINS_EXTENSION ".dll"
14#define PLUGINS_EXTENSION ".so"
16#define PLUGINS_EXTENSION ".dylib"
21 namespace Config::Network
32 namespace Path::Plugin
35 std::filesystem::path(PLUGINS_DIR) / (
"network_asio_server" + std::string(
PLUGINS_EXTENSION));
#define PLUGINS_EXTENSION
constexpr auto DEFAULT_NETWORK_PORT
constexpr auto DEFAULT_NETWORK_HOST
constexpr auto DEFAULT_MAX_CLIENT
constexpr auto DEFAULT_TICK_RATE
constexpr auto DEFAULT_UPDATE_INTERVAL
auto PLUGINS_NETWORK_ASIO_SERVER