R-Type
2
Doom but in better
Loading...
Searching...
No Matches
EntityType.hpp
Go to the documentation of this file.
1
/*
2
** EPITECH PROJECT, 2024
3
** rtype (Workspace)
4
** File description:
5
** EntityType.hpp
6
*/
7
8
#pragma once
9
10
namespace
GUI
11
{
12
namespace
ECS
13
{
14
namespace
GameComponents
15
{
16
enum class
EntityType
{
17
PLAYER
,
18
ENEMY
,
19
LASER_ENEMY
,
20
LASER_PLAYER
21
};
22
}
23
}
24
}
GUI::ECS::GameComponents::EntityType
EntityType
Definition
EntityType.hpp:16
GUI::ECS::GameComponents::EntityType::PLAYER
@ PLAYER
GUI::ECS::GameComponents::EntityType::ENEMY
@ ENEMY
GUI::ECS::GameComponents::EntityType::LASER_PLAYER
@ LASER_PLAYER
GUI::ECS::GameComponents::EntityType::LASER_ENEMY
@ LASER_ENEMY
GUI
Definition
Component.hpp:22
gui
include
GUI
ECS
GameComponents
EntityType.hpp
Generated on Thu Feb 6 2025 22:34:20 for R-Type by
1.12.0