From 1418b5ade374a58bfdf2e3dfee8a4263d642442f Mon Sep 17 00:00:00 2001 From: BoredGuy Date: Wed, 10 Sep 2025 18:02:05 +0300 Subject: Player module update --- include/game.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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 { -- cgit v1.2.3