![]() |
R-Type
2
Doom but in better
|
Go to the source code of this file.
Data Structures | |
struct | Team |
Represents the team affiliation of an entity. More... | |
Enumerations | |
enum | team_enum { ALLY , ENEMY } |
Defines the different teams that entities can belong to in the game. More... | |
enum team_enum |
Defines the different teams that entities can belong to in the game.
This enum represents the two main teams in the game: allies and monsters. It can be used to categorize entities based on their team affiliation.
Enumerator | |
---|---|
ALLY | The entity belongs to the ally team. |
ENEMY | The entity belongs to the enemy team. |