Player -> player_t
This commit is contained in:
parent
9e44d5144b
commit
83020d9120
8 changed files with 49 additions and 49 deletions
|
@ -4,7 +4,7 @@
|
|||
#include <limits> // std::numeric_limits
|
||||
|
||||
// Type for a Player IDs
|
||||
enum class Player : char
|
||||
enum class player_t : char
|
||||
{
|
||||
Red = 0,
|
||||
Green,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue