From e4a5b88262430a77bf0c9b47acdc8398ff06c899 Mon Sep 17 00:00:00 2001 From: esquizo Date: Sun, 3 May 2026 20:52:32 -0300 Subject: posições de entidades MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dat.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dat.h') 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; -- cgit v1.2.3