diff options
Diffstat (limited to 'dat.h')
-rw-r--r-- | dat.h | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -31,7 +31,6 @@ enum { KB = 1024, }; -typedef struct Input Input; typedef struct Ship Ship; typedef struct Map Map; typedef struct Board Board; @@ -40,12 +39,6 @@ typedef struct Playerq Playerq; typedef struct Match Match; typedef struct Chanpipe Chanpipe; -struct Input -{ - Mousectl *mc; - Keyboardctl *kc; -}; - struct Ship { Point2 p; /* board cell */ |