aboutsummaryrefslogtreecommitdiff
path: root/dat.h
diff options
context:
space:
mode:
Diffstat (limited to 'dat.h')
-rw-r--r--dat.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/dat.h b/dat.h
index a4a5df3..a85a177 100644
--- a/dat.h
+++ b/dat.h
@@ -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 */