diff options
| author | esquizo <esquizo+noreply@esquizo.net> | 2026-05-03 20:52:32 -0300 |
|---|---|---|
| committer | esquizo <esquizo+noreply@esquizo.net> | 2026-05-03 20:52:32 -0300 |
| commit | e4a5b88262430a77bf0c9b47acdc8398ff06c899 (patch) | |
| tree | 8150028eba2c994da04afdf3ab87f00bb3830a72 /dat.h | |
| parent | caefbf2e217e9a14ea62fa82caa796e924e52074 (diff) | |
posições de entidades
Diffstat (limited to 'dat.h')
| -rw-r--r-- | dat.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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; |
