diff options
| author | BoredGuy <osome3717@gmail.com> | 2025-09-10 18:02:05 +0300 |
|---|---|---|
| committer | BoredGuy <osome3717@gmail.com> | 2025-09-10 18:02:05 +0300 |
| commit | 1418b5ade374a58bfdf2e3dfee8a4263d642442f (patch) | |
| tree | 83127530ce88e66badd8b9935c132dfead790ed4 /include | |
| parent | 20f5d0944c12d1569d4a875782871f724463b8ed (diff) | |
Player module update
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 { |
