Air-Trap 1.0.0
A multiplayer R-Type clone game engine built with C++23 and ECS architecture
Loading...
Searching...
No Matches
EntityType.hpp
Go to the documentation of this file.
1
8#ifndef RTYPE_ECS_COMPONENTS_ENTITYTYPE_HPP_
9#define RTYPE_ECS_COMPONENTS_ENTITYTYPE_HPP_
10
11 #include "RType/Math/Vec2.hpp"
13
18namespace rtp::ecs::components {
26} // namespace rtp::ecs::components
27
28#endif /* !RTYPE_ECS_COMPONENTS_ENTITYTYPE_HPP_ */
Network packet implementation for R-Type protocol.
Declaration of the 2-dimensional vector class.
File : Ammo.hpp License: MIT Author : Elias Josué HAJJAR LLAUQUEN elias-josue.hajjar-llauquen@epitech...
Definition Ammo.hpp:13
EntityType
Types of entities in the game.
Definition Packet.hpp:144