R-Type
2
Doom but in better
Loading...
Searching...
No Matches
Component.cpp
Go to the documentation of this file.
1
/*
2
** EPITECH PROJECT, 2024
3
** rtype (Workspace)
4
** File description:
5
** Component.cpp
6
*/
7
14
#include "
GUI/ECS/Component.hpp
"
15
16
std::uint32_t
GUI::ECS::Component::getComponentId
()
const
17
{
18
return
_entity_id
;
19
}
Component.hpp
This is the file that contains the Component class.
GUI::ECS::Component::getComponentId
virtual std::uint32_t getComponentId() const
Definition
Component.cpp:16
GUI::ECS::Component::_entity_id
std::uint32_t _entity_id
Definition
Component.hpp:32
gui
src
GUI
ECS
Component.cpp
Generated on Thu Feb 6 2025 22:34:21 for R-Type by
1.12.0