R-Type  2
Doom but in better
Loading...
Searching...
No Matches
Team.hpp File Reference
This graph shows which files directly or indirectly include this file:

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...
 

Enumeration Type Documentation

◆ team_enum

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.

Definition at line 10 of file Team.hpp.