My Project
Libraries
Network
Packets
Structures
Disconnection.hpp
1
/*
2
** EPITECH PROJECT, 2022
3
** B-CPP-500-PAR-5-1-rtype-martin.vanaud
4
** File description:
5
** Disconnection
6
*/
7
8
#ifndef DISCONNECTION_HPP_
9
#define DISCONNECTION_HPP_
10
11
#include <cstdint>
12
16
struct
packet_disconnection
{
17
uint16_t
disconnection
;
18
};
19
20
#endif
/* !DISCONNECTION_HPP_ */
packet_disconnection
A packet to handle disconnection.
Definition:
Disconnection.hpp:16
packet_disconnection::disconnection
uint16_t disconnection
Disconnection.
Definition:
Disconnection.hpp:17
Generated by
1.8.17