summaryrefslogtreecommitdiff
path: root/dat.h
diff options
context:
space:
mode:
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 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);