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

Variables

auto PLUGIN_AUDIO_SFML
 
auto PLUGIN_NETWORK_ASIO_CLIENT
 
auto PLUGIN_RENDERER_SFML
 

Variable Documentation

◆ PLUGIN_AUDIO_SFML

auto cli::Path::Plugin::PLUGIN_AUDIO_SFML
inline
Initial value:
=
std::filesystem::path(PLUGINS_DIR) / ("audio_sfml" + std::string(PLUGINS_EXTENSION))
#define PLUGINS_EXTENSION

Definition at line 54 of file Common.hpp.

Referenced by cli::Client::Client().

◆ PLUGIN_NETWORK_ASIO_CLIENT

auto cli::Path::Plugin::PLUGIN_NETWORK_ASIO_CLIENT
inline
Initial value:
=
std::filesystem::path(PLUGINS_DIR) / ("network_asio_client" + std::string(PLUGINS_EXTENSION))

Definition at line 56 of file Common.hpp.

Referenced by cli::Client::Client().

◆ PLUGIN_RENDERER_SFML

auto cli::Path::Plugin::PLUGIN_RENDERER_SFML
inline
Initial value:
=
std::filesystem::path(PLUGINS_DIR) / ("renderer_sfml" + std::string(PLUGINS_EXTENSION))

Definition at line 58 of file Common.hpp.

Referenced by cli::Client::Client().