diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/game.h | 1 |
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 { |
