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
17{
18 return _entity_id;
19}
This is the file that contains the Component class.
virtual std::uint32_t getComponentId() const
Definition Component.cpp:16
std::uint32_t _entity_id
Definition Component.hpp:32