r-type  0.0.0
R-Type main
Loading...
Searching...
No Matches
Common.hpp File Reference

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  cli
 
namespace  cli::Config
 
namespace  cli::Config::Audio
 
namespace  cli::Config::Network
 
namespace  cli::Config::Window
 
namespace  cli::Path
 
namespace  cli::Path::Audio
 
namespace  cli::Path::Font
 
namespace  cli::Path::Plugin
 
namespace  cli::Path::Texture
 

Variables

constexpr auto cli::Config::Audio::DEFAULT_AUDIO_VOLUME = 50
 
constexpr auto cli::Config::Audio::DEFAULT_AUDIO_MUTED = false
 
constexpr auto cli::Config::Network::DEFAULT_NETWORK_HOST = "127.0.0.1"
 
constexpr auto cli::Config::Network::DEFAULT_NETWORK_PORT = 2560
 
constexpr auto cli::Config::Window::DEFAULT_WINDOW_WIDTH = 960
 
constexpr auto cli::Config::Window::DEFAULT_WINDOW_HEIGHT = 540
 
constexpr auto cli::Config::Window::DEFAULT_WINDOW_FRAME_LIMIT = 240
 
constexpr auto cli::Config::Window::DEFAULT_WINDOW_FULLSCREEN = false
 
constexpr auto cli::Path::Audio::AUDIO_TITLE = "assets/audio/title.mp3"
 
constexpr auto cli::Path::Audio::AUDIO_COIN = "assets/audio/coin.mp3"
 
constexpr auto cli::Path::Audio::AUDIO_BATTLE_THEME = "assets/audio/battle_theme.mp3"
 
constexpr auto cli::Path::Font::FONTS_RTYPE = "assets/fonts/r-type.otf"
 
auto cli::Path::Plugin::PLUGIN_AUDIO_SFML
 
auto cli::Path::Plugin::PLUGIN_NETWORK_ASIO_CLIENT
 
auto cli::Path::Plugin::PLUGIN_RENDERER_SFML
 
constexpr auto cli::Path::Texture::TEXTURE_PLAYER = "assets/sprites/r-typesheet42.gif"
 
constexpr auto cli::Path::Texture::TEXTURE_SHOOT = "assets/sprites/shoot.gif"
 
constexpr auto cli::Path::Texture::TEXTURE_SHOOT_CHARGED = "assets/sprites/shootcharged.gif"
 
constexpr auto cli::Path::Texture::TEXTURE_SHOOT_LOADING = "assets/sprites/shootchargedloading.gif"
 
constexpr auto cli::Path::Texture::TEXTURE_ENEMY_EASY = "assets/sprites/r-typesheet5.gif"
 
constexpr auto cli::Path::Texture::TEXTURE_ASTEROID = "assets/sprites/r-typesheet3.gif"
 
constexpr auto cli::Path::Texture::TEXTURE_EXPLOSION = "assets/sprites/r-typesheet44.gif"
 

Detailed Description

This file contains common definitions and constants.

Definition in file Common.hpp.