diff options
| author | esquizo <esquizo+noreply@esquizo.net> | 2026-06-03 23:39:16 -0300 |
|---|---|---|
| committer | esquizo <esquizo+noreply@esquizo.net> | 2026-06-03 23:39:16 -0300 |
| commit | bf2520d71e770c303c6878a1515e069b22eb4452 (patch) | |
| tree | 2fe897d9c317b5cd78423b0c9b837b2a198f66c5 /dat.h | |
| parent | b432ece87df0260290f0f8f408bdcaf922d05c22 (diff) | |
game: adicionado goal entity
Diffstat (limited to 'dat.h')
| -rw-r--r-- | dat.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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; |
