diff options
author | Vegard Storheil Eriksen <zyp@jvnv.net> | 2010-11-25 03:01:43 +0100 |
---|---|---|
committer | Vegard Storheil Eriksen <zyp@jvnv.net> | 2010-11-25 03:01:43 +0100 |
commit | 4282a9d069b3bedc8888a4e6202f2b066233d4ec (patch) | |
tree | 8e0646804a7b33883be5867833e7b02004ddca1c /server/standard.h | |
parent | d5aae396856ee801eb2e2420b786fda2f13cf391 (diff) |
Rename Player to Client, to better reflect what it represents.
A Player should be specific to a game, while a Client may participate in several.
Diffstat (limited to 'server/standard.h')
-rw-r--r-- | server/standard.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/server/standard.h b/server/standard.h index 4e5e4fb..9ad73ec 100644 --- a/server/standard.h +++ b/server/standard.h @@ -2,7 +2,6 @@ #define STANDARD_H #include "gamevariant.h" -#include "player.h" #include "wall.h" #include "../common/set.h" |