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

Variables

auto PLUGIN_AUDIO_SFML
 
auto PLUGIN_NETWORK_ASIO_CLIENT
 
auto PLUGIN_RENDERER_SFML
 
auto PLUGIN_GAME_SOLO
 
auto PLUGIN_GAME_MULTI
 

Variable Documentation

◆ PLUGIN_AUDIO_SFML

auto utl::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 101 of file Common.hpp.

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

◆ PLUGIN_GAME_MULTI

auto utl::Path::Plugin::PLUGIN_GAME_MULTI
inline
Initial value:
=
std::filesystem::path(PLUGINS_DIR) / ("game_rtype_client_multi" + std::string(PLUGINS_EXTENSION))

Definition at line 109 of file Common.hpp.

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

◆ PLUGIN_GAME_SOLO

auto utl::Path::Plugin::PLUGIN_GAME_SOLO
inline
Initial value:
=
std::filesystem::path(PLUGINS_DIR) / ("game_rtype_client_solo" + std::string(PLUGINS_EXTENSION))

Definition at line 107 of file Common.hpp.

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

◆ PLUGIN_NETWORK_ASIO_CLIENT

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

Definition at line 103 of file Common.hpp.

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

◆ PLUGIN_RENDERER_SFML

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

Definition at line 105 of file Common.hpp.

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