diff options
Diffstat (limited to 'dat.h')
-rw-r--r-- | dat.h | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -35,7 +35,6 @@ typedef struct Ship Ship; typedef struct Map Map; typedef struct Board Board; typedef struct Player Player; -typedef struct Playerq Playerq; typedef struct Match Match; typedef struct Chanpipe Chanpipe; @@ -70,14 +69,6 @@ struct Player int state; }; -struct Playerq -{ - QLock; - Player **players; - ulong cap; - ulong nplayers; -}; - struct Match { Player *pl[2]; |