summaryrefslogtreecommitdiff
path: root/dat.h
diff options
context:
space:
mode:
authoresquizo <esquizo+noreply@esquizo.net>2026-05-04 07:29:36 -0300
committeresquizo <esquizo+noreply@esquizo.net>2026-05-04 07:29:36 -0300
commit38287a5a739ed80857c97bba8e193a765d974529 (patch)
tree40d6ed6beb24dca1d104eda0db56fe9eacb7f8fc /dat.h
parent140b6d591f1d0d73b4781a9fe7f1c03e70cad66e (diff)
sistema de vida
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 {