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