aboutsummaryrefslogtreecommitdiff
path: root/dat.h
diff options
context:
space:
mode:
Diffstat (limited to 'dat.h')
-rw-r--r--dat.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/dat.h b/dat.h
index 33c4607..9290562 100644
--- a/dat.h
+++ b/dat.h
@@ -16,6 +16,13 @@ typedef enum
WEDGE
} Kind;
+enum {
+ SCRW = 640,
+ SCRH = 480,
+ SCRWB = SCRW+2*Borderwidth,
+ SCRHB = SCRH+2*Borderwidth
+};
+
typedef struct Vector Vector;
typedef struct VModel VModel;
typedef struct Sprite Sprite;
@@ -126,7 +133,7 @@ struct Lobby
int (*takeseat)(Lobby*, char*, int, int);
int (*leaveseat)(Lobby*, ulong);
int (*getcouple)(Lobby*, Player*);
- void (*healthcheck)(Lobby*);
+ void (*purge)(Lobby*);
};
struct Party