aboutsummaryrefslogtreecommitdiff
path: root/include/player.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/player.h')
-rw-r--r--include/player.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/player.h b/include/player.h
index 0c9799b..f77de50 100644
--- a/include/player.h
+++ b/include/player.h
@@ -15,6 +15,7 @@ typedef struct Player {
float frameTime;
int state; // 0: idle, 1: walk, etc.
bool facingRight;
+
} Player;
void UpdatePlayer(Player *p, MapManager *mapMgr);