R-Type  2
Doom but in better
Loading...
Searching...
No Matches
MessageType.hpp File Reference

Enum for the different types of messages that can be eschanged with the server. More...

#include <cstdint>
Include dependency graph for MessageType.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  GUI
 
namespace  GUI::Network
 

Enumerations

enum class  GUI::Network::MessageType : uint8_t {
  GUI::Network::P_CONNECT = 1 , GUI::Network::P_DISCONNECT = 2 , GUI::Network::P_MOVE = 3 , GUI::Network::P_SHOOT = 4 ,
  GUI::Network::P_SPAWN = 5 , GUI::Network::P_KILL = 6 , GUI::Network::P_DAMAGE = 7 , GUI::Network::P_STATUS = 8 ,
  GUI::Network::P_HANDSHAKE = 254 , GUI::Network::P_ERROR = 255
}
 Enum for the different message types in the UDP protocol. More...
 

Detailed Description

Enum for the different types of messages that can be eschanged with the server.

Definition in file MessageType.hpp.