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 9e69970..3c7bd7c 100644
--- a/dat.h
+++ b/dat.h
@@ -18,6 +18,8 @@ typedef struct {
bool active;
Body body;
float time;
+ float life;
+ bool alive;
} Entity;
typedef struct {