My Project
CSceneId.hpp
1 /*
2 ** EPITECH PROJECT, 2022
3 ** B-CPP-500-PAR-5-1-rtype-martin.vanaud
4 ** File description:
5 ** CSceneId
6 */
7 
8 #ifndef CSCENEID_HPP_
9  #define CSCENEID_HPP_
10 
11  #include "Constant.hpp"
12 
16 namespace component {
20  struct csceneid_t {
21  SCENE sceneId;
22  };
23 }
24 
25 #endif /* !CSCENEID_HPP_ */
component
Namespace for all components.
Definition: CDamage.hpp:14
component::csceneid_t::sceneId
SCENE sceneId
Id of a scene linked to the enum SCENE.
Definition: CSceneId.hpp:21
component::csceneid_t
Structure representing the current scene loaded.
Definition: CSceneId.hpp:20