My Project
Client
Source
Component
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
{
21
struct
csceneid_t {
22
SCENE
sceneId
;
23
};
24
}
25
26
#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
Generated by
1.8.17