diff options
Diffstat (limited to 'dat.h')
| -rw-r--r-- | dat.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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); |
