R-Type
2
Doom but in better
Loading...
Searching...
No Matches
Team.hpp
Go to the documentation of this file.
1
#pragma once
2
10
enum
team_enum
{
11
ALLY
,
12
ENEMY
13
};
14
22
struct
Team
{
23
team_enum
team
;
24
};
team_enum
team_enum
Defines the different teams that entities can belong to in the game.
Definition
Team.hpp:10
ALLY
@ ALLY
Definition
Team.hpp:11
ENEMY
@ ENEMY
Definition
Team.hpp:12
Team
Represents the team affiliation of an entity.
Definition
Team.hpp:22
Team::team
team_enum team
Definition
Team.hpp:23
game_source
components
Team.hpp
Generated on Thu Feb 6 2025 22:34:20 for R-Type by
1.12.0