R-Type
Namespaces | Classes | Enumerations
RType Namespace Reference

Namespaces

 Client
 
 Protocol
 
 Server
 

Classes

struct  Event
 

Enumerations

enum class  GameState : uint8_t { GAME = 0 , WIN , LOSE }
 
enum class  PacketType : uint8_t { STRING = 10 , CONNEXION , DESTROY , SCORE }
 
enum class  TextureType : uint8_t {
  NONE = 1 , PLAYER , SIMPLE_SHOOT , CHARGED_SHOOT ,
  SIMPLE_MOB , MEDIUM_MOB
}
 

Enumeration Type Documentation

◆ GameState

enum RType::GameState : uint8_t
strong
Enumerator
GAME 
WIN 
LOSE 

◆ PacketType

enum RType::PacketType : uint8_t
strong
Enumerator
STRING 
CONNEXION 
DESTROY 
SCORE 

◆ TextureType

enum RType::TextureType : uint8_t
strong
Enumerator
NONE 
PLAYER 
SIMPLE_SHOOT 
CHARGED_SHOOT 
SIMPLE_MOB 
MEDIUM_MOB