Bomberman
Classes | Namespaces | Variables
TagComponent.hpp File Reference
#include <Component/Component.hpp>
#include <string_view>
Include dependency graph for TagComponent.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  BBM::StringLiteral< I >
 
class  BBM::TagComponent< name >
 

Namespaces

 BBM
 

Variables

constexpr const char BBM::Blowable [] = "Blowable"
 
constexpr const char BBM::Player [] = "Player"
 
constexpr const char BBM::Background [] = "Background"
 
constexpr const char BBM::Unbreakable [] = "Unbreakable"
 
constexpr const char BBM::Breakable [] = "Breakable"
 
constexpr const char BBM::Hole [] = "Hole"
 
constexpr const char BBM::Bumper [] = "Bumper"
 
constexpr const char BBM::BlowablePass [] = "BlowablePass"
 
constexpr const char BBM::Timer [] = "Timer"
 
constexpr const char BBM::RestartTimer [] = "RestartTimer"
 
constexpr const char BBM::ResumeButton [] = "ResumeButton"
 
constexpr const char BBM::PlayButton [] = "PlayButton"