My Project
Main Page
Namespaces
Namespace List
Namespace Members
All
Typedefs
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
w
~
Variables
_
a
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
Related Functions
Files
File List
•
All
Classes
Namespaces
Functions
Variables
Typedefs
Friends
Client
Source
Component
CVelocity.hpp
1
/*
2
** EPITECH PROJECT, 2022
3
** B-CPP-500-PAR-5-1-rtype-martin.vanaud
4
** File description:
5
** CVelocity
6
*/
7
8
#ifndef CVELOCITY_HPP_
9
#define CVELOCITY_HPP_
10
14
namespace
component
{
18
struct
cvelocity_t {
19
int
velocity
;
20
};
21
}
22
23
#endif
/* !CVELOCITY_HPP_ */
component
Namespace for all components.
Definition:
CDamage.hpp:14
component::cvelocity_t::velocity
int velocity
velocity of the entity
Definition:
CVelocity.hpp:19
Generated by
1.8.17