Rename all usages of Team to Player
This was confusingly inconsistent in the codebase. fixes #7
This commit is contained in:
parent
d4f9470704
commit
9e44d5144b
9 changed files with 98 additions and 100 deletions
|
@ -3,8 +3,8 @@
|
|||
|
||||
#include <limits> // std::numeric_limits
|
||||
|
||||
// Type for a team IDs
|
||||
enum class Team : char
|
||||
// Type for a Player IDs
|
||||
enum class Player : char
|
||||
{
|
||||
Red = 0,
|
||||
Green,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue