R-Type  2
Doom but in better
Loading...
Searching...
No Matches
Team.hpp
Go to the documentation of this file.
1#pragma once
2
14
22struct Team {
24};
team_enum
Defines the different teams that entities can belong to in the game.
Definition Team.hpp:10
@ ALLY
Definition Team.hpp:11
@ ENEMY
Definition Team.hpp:12
Represents the team affiliation of an entity.
Definition Team.hpp:22
team_enum team
Definition Team.hpp:23