r-type  0.0.0
R-Type main
Loading...
Searching...
No Matches
srv::Path::Plugin Namespace Reference

Variables

auto PLUGINS_NETWORK_ASIO_SERVER
 
auto PLUGINS_GAME_RTYPE_SERVER
 

Variable Documentation

◆ PLUGINS_GAME_RTYPE_SERVER

auto srv::Path::Plugin::PLUGINS_GAME_RTYPE_SERVER
inline
Initial value:
=
std::filesystem::path(PLUGINS_DIR) / ("game_rtype_server" + std::string(PLUGINS_EXTENSION))
#define PLUGINS_EXTENSION

Definition at line 36 of file Common.hpp.

◆ PLUGINS_NETWORK_ASIO_SERVER

auto srv::Path::Plugin::PLUGINS_NETWORK_ASIO_SERVER
inline
Initial value:
=
std::filesystem::path(PLUGINS_DIR) / ("network_asio_server" + std::string(PLUGINS_EXTENSION))

Definition at line 34 of file Common.hpp.