Rename all usages of Team to Player

This was confusingly inconsistent in the codebase.
fixes #7
This commit is contained in:
mdiluzio 2014-12-21 11:04:26 +00:00
parent d4f9470704
commit 9e44d5144b
9 changed files with 98 additions and 100 deletions

View file

@ -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,