summaryrefslogtreecommitdiff
path: root/dat.h
diff options
context:
space:
mode:
authoresquizo <esquizo+noreply@esquizo.net>2026-06-03 16:24:17 -0300
committeresquizo <esquizo+noreply@esquizo.net>2026-06-03 16:24:17 -0300
commit022b9bd5f910629ecbf837b38b3cd761c2f703ea (patch)
tree355e052b74f61cd89a0a851c5b2734b80719da91 /dat.h
parent83b1c06b186614d1bf2171feb46754bd8a8e6dfa (diff)
game: pressione r para reiniciar
Diffstat (limited to 'dat.h')
-rw-r--r--dat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/dat.h b/dat.h
index b1bc066..4ad6fd9 100644
--- a/dat.h
+++ b/dat.h
@@ -40,6 +40,8 @@ EntityCollision *deqcoll(void);
Entity *allocentity(void);
void freeentity(Entity *);
+void entrestart(void);
+
extern Entity entitybuffer[2048];
extern int ebufi;