My Project
NewConnection.hpp
1 /*
2 ** EPITECH PROJECT, 2022
3 ** B-CPP-500-PAR-5-1-rtype-martin.vanaud
4 ** File description:
5 ** NewConnection
6 */
7 
8 #ifndef NEWCONNECTION_HPP_
9  #define NEWCONNECTION_HPP_
10 
11  #include <cstdint>
12 
17  uint16_t id;
18 };
19 
24  int id;
25 };
26 
27 #endif /* !NEWCONNECTION_HPP_ */
packet_new_connection
A packet to handle new connections to the game.
Definition: NewConnection.hpp:16
packet_new_connection_response
A packet to handle new connection response to the game.
Definition: NewConnection.hpp:23