My Project
Velocity.hpp
1 /*
2 ** EPITECH PROJECT, 2022
3 ** R-Type
4 ** File description:
5 ** Created by casimir,
6 */
7 
8 #ifndef R_TYPE_VELOCITY_HPP
9  #define R_TYPE_VELOCITY_HPP
10 
11  #include <cstdint>
12 
17  uint16_t velocity;
18 };
19 
20 #endif //R_TYPE_VELOCITY_HPP
packet_velocity::velocity
uint16_t velocity
Velocity.
Definition: Velocity.hpp:17
packet_velocity
A packet to handle the velocity of an entity.
Definition: Velocity.hpp:16