R-Type
NetworkIdComponent.hpp
Go to the documentation of this file.
1 /*
2 ** EPITECH PROJECT, 2023
3 ** R-Type
4 ** File description:
5 ** NetworkIdComponent
6 */
7 
8 #ifndef NETWORKIDCOMPONENT_HPP_
9 #define NETWORKIDCOMPONENT_HPP_
10 #include <cstdlib>
11 
12 namespace GameEngine
13 {
15  {
16  std::size_t id;
17  };
18 } // namespace GameEngine
19 
20 #endif /* !NETWORKIDCOMPONENT_HPP_ */
Definition: AssetManager.hpp:15
Definition: NetworkIdComponent.hpp:15
std::size_t id
Definition: NetworkIdComponent.hpp:16