DDraceNetwork Documentation
Loading...
Searching...
No Matches
race_state.h
Go to the documentation of this file.
1#ifndef GAME_RACE_STATE_H
2#define GAME_RACE_STATE_H
3
4enum class ERaceState
5{
8 CHEATED, // no time and won't start again unless ordered by a mod or death
10};
11
12#endif // GAME_RACE_STATE_H
ERaceState
Definition race_state.h:5
@ CHEATED
Definition race_state.h:8
@ STARTED
Definition race_state.h:7
@ FINISHED
Definition race_state.h:9
@ NONE
Definition race_state.h:6