summaryrefslogtreecommitdiff
path: root/dat.h
diff options
context:
space:
mode:
authoresquizo <esquizo+noreply@esquizo.net>2026-05-03 20:52:32 -0300
committeresquizo <esquizo+noreply@esquizo.net>2026-05-03 20:52:32 -0300
commite4a5b88262430a77bf0c9b47acdc8398ff06c899 (patch)
tree8150028eba2c994da04afdf3ab87f00bb3830a72 /dat.h
parentcaefbf2e217e9a14ea62fa82caa796e924e52074 (diff)
posições de entidades
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 723f1c2..f0bc5ff 100644
--- a/dat.h
+++ b/dat.h
@@ -43,6 +43,9 @@ extern int ebufi;
extern char map_data[];
extern int map_width, map_height;
+extern float player_x, player_y;
+extern int ghostcount;
+extern float ghostpositions[][2];
extern Entity *player;