DDraceNetwork Documentation
Loading...
Searching...
No Matches
team_state.h
Go to the documentation of this file.
1#ifndef GAME_TEAM_STATE_H
2#define GAME_TEAM_STATE_H
3
4enum class ETeamState
5{
9 // Happens when a tee that hasn't hit the start tiles leaves
10 // the team.
13};
14
15#endif // GAME_TEAM_STATE_H
ETeamState
Definition team_state.h:5
@ STARTED
Definition team_state.h:8
@ STARTED_UNFINISHABLE
Definition team_state.h:11
@ FINISHED
Definition team_state.h:12
@ OPEN
Definition team_state.h:7
@ EMPTY
Definition team_state.h:6