summaryrefslogtreecommitdiff
path: root/include/game.h
diff options
context:
space:
mode:
authorBoredGuy <osome3717@gmail.com>2025-09-10 18:02:05 +0300
committerBoredGuy <osome3717@gmail.com>2025-09-10 18:02:05 +0300
commit1418b5ade374a58bfdf2e3dfee8a4263d642442f (patch)
tree83127530ce88e66badd8b9935c132dfead790ed4 /include/game.h
parent20f5d0944c12d1569d4a875782871f724463b8ed (diff)
Player module update
Diffstat (limited to 'include/game.h')
-rw-r--r--include/game.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/game.h b/include/game.h
index 2c4ea24..b9df2ce 100644
--- a/include/game.h
+++ b/include/game.h
@@ -72,6 +72,7 @@ typedef struct Entity {
//Human entity information
int bodySpriteIndex;
+ int state;
} Entity;
typedef struct Game {