summaryrefslogtreecommitdiff
path: root/dat.h
diff options
context:
space:
mode:
Diffstat (limited to 'dat.h')
-rw-r--r--dat.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/dat.h b/dat.h
index 71bf8e8..e54ceb1 100644
--- a/dat.h
+++ b/dat.h
@@ -13,6 +13,7 @@ typedef struct {
EGHOST,
EBULLET,
ETELEPORTER,
+ EGOAL,
LASTEntity,
} type;
@@ -65,6 +66,8 @@ extern struct {
} teles[];
extern int telessize;
+extern int goalx, goaly;
+
extern Entity *player;
extern bool shot;