My Project
Server
Source
Component
CDisconnected.hpp
1
/*
2
** EPITECH PROJECT, 2022
3
** B-CPP-500-PAR-5-1-rtype-martin.vanaud
4
** File description:
5
** CDisconnected
6
*/
7
8
#ifndef CDISCONNECTED_HPP_
9
#define CDISCONNECTED_HPP_
10
14
namespace
component
{
18
struct
cdisconnected_t
{
19
bool
isDisconnected
;
20
};
21
}
22
23
#endif
/* !CDISCONNECTED_HPP_ */
component::cdisconnected_t::isDisconnected
bool isDisconnected
if the client is disconnected or not
Definition:
CDisconnected.hpp:19
component
Namespace for all components.
Definition:
CDamage.hpp:14
component::cdisconnected_t
A structure to know if the client is disconnected or not.
Definition:
CDisconnected.hpp:18
Generated by
1.8.17