R-Type  2
Doom but in better
Loading...
Searching...
No Matches
ActiveShape.hpp File Reference

File in charge of containing the active shape enum the one in charge of tracking the type of shape stored in ShapeComponent. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  GUI
 
namespace  GUI::ECS
 
namespace  GUI::ECS::Systems
 

Enumerations

enum class  GUI::ECS::Systems::ActiveShape { GUI::ECS::Systems::NONE = -1 , GUI::ECS::Systems::RECTANGLE = 0 , GUI::ECS::Systems::CIRCLE , GUI::ECS::Systems::CONVEX }
 Enum representing different types of shapes managed by the ShapeComponent. More...
 

Detailed Description

File in charge of containing the active shape enum the one in charge of tracking the type of shape stored in ShapeComponent.

Definition in file ActiveShape.hpp.