My Project
Server
Source
Component
CLobbyId.hpp
1
/*
2
** EPITECH PROJECT, 2022
3
** B-CPP-500-PAR-5-1-rtype-martin.vanaud
4
** File description:
5
** CRoomId
6
*/
7
8
#ifndef CLOBBYID_HPP_
9
#define CLOBBYID_HPP_
10
14
enum
LOBBY {
15
DEFAULT = -1
16
};
17
21
namespace
component
{
25
struct
clobby_id_t
{
26
int
id
;
27
};
28
}
29
30
#endif
/* !CLOBBYID_HPP_ */
component
Namespace for all components.
Definition:
CDamage.hpp:14
component::clobby_id_t::id
int id
id of the lobby where is the Entity
Definition:
CLobbyId.hpp:26
component::clobby_id_t
A structure representing the lobby id where the entity is.
Definition:
CLobbyId.hpp:25
Generated by
1.8.17