From b2a58e06b885c5801814943669d383f0141ddabb Mon Sep 17 00:00:00 2001 From: esquizo Date: Sat, 2 May 2026 11:48:02 -0300 Subject: organizada updates das entidades --- dat.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dat.h') diff --git a/dat.h b/dat.h index 18c8964..b3abc1b 100644 --- a/dat.h +++ b/dat.h @@ -13,6 +13,7 @@ typedef struct { EPLAYER, EGHOST, EBULLET, + LASTEntity, } type; bool active; @@ -26,6 +27,7 @@ typedef struct { } EntityCollision; typedef void (EntityCollisionProc)(Entity *self, Entity *other); +typedef void (EntityUpdateProc)(Entity *self, float delta); void entphysics(float delta); -- cgit v1.2.3