From c4ac81cffcf925963acb0c02584ab22626427a73 Mon Sep 17 00:00:00 2001 From: quou Date: Thu, 4 May 2023 10:15:19 +1000 Subject: Add an animation system. --- player.h | 1 + 1 file changed, 1 insertion(+) (limited to 'player.h') diff --git a/player.h b/player.h index 37a7f2a..8412bde 100644 --- a/player.h +++ b/player.h @@ -5,6 +5,7 @@ struct World; typedef struct { int entity; + int face; } Player; void init_player(Player* player, struct World* world); -- cgit v1.2.3-54-g00ecf