summaryrefslogtreecommitdiff
path: root/dat.h
diff options
context:
space:
mode:
authoresquizo <esquizo+noreply@esquizo.net>2026-06-03 23:39:16 -0300
committeresquizo <esquizo+noreply@esquizo.net>2026-06-03 23:39:16 -0300
commitbf2520d71e770c303c6878a1515e069b22eb4452 (patch)
tree2fe897d9c317b5cd78423b0c9b837b2a198f66c5 /dat.h
parentb432ece87df0260290f0f8f408bdcaf922d05c22 (diff)
game: adicionado goal entity
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;