summaryrefslogtreecommitdiff
path: root/include/game.h
diff options
context:
space:
mode:
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 {