My Project
Server
Source
Component
COwnerId.hpp
1
/*
2
** EPITECH PROJECT, 2022
3
** B-CPP-500-PAR-5-1-rtype-martin.vanaud
4
** File description:
5
** COwnerId
6
*/
7
8
#ifndef COWNERID_HPP_
9
#define COWNERID_HPP_
10
14
namespace
component
{
18
struct
cowner_id_t
{
19
int
id
;
20
};
21
}
22
23
#endif
/* !COWNERID_HPP_ */
component
Namespace for all components.
Definition:
CDamage.hpp:14
component::cowner_id_t::id
int id
id of the owner of the entity
Definition:
COwnerId.hpp:19
component::cowner_id_t
A structure representing the owner id component representing the id of the owner of an entity.
Definition:
COwnerId.hpp:18
Generated by
1.8.17