summaryrefslogtreecommitdiff
path: root/include/game.h
diff options
context:
space:
mode:
authorBoredGuy <osome3717@gmail.com>2025-08-23 08:58:57 +0300
committerBoredGuy <osome3717@gmail.com>2025-08-23 08:58:57 +0300
commit0f25d9fb178e9fb32793331aa1ed724d9747702d (patch)
treec781e8cb0a9f6765b535d708a5c237fa0d5ac11f /include/game.h
parent8a8ed6d3fa7059dbb2a95072bbae4bf4618349a0 (diff)
Animation System Complete
Diffstat (limited to 'include/game.h')
-rw-r--r--include/game.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/game.h b/include/game.h
index 530ae73..ec44b3e 100644
--- a/include/game.h
+++ b/include/game.h
@@ -85,7 +85,7 @@ void UpdateGame(float deltaTime);
void DrawGame();
void UpdateCurrentSpriteAnimation(Sprite* sprite, float dt);
-void DrawEntitySprite(const Sprite* sprite, int spriteIndex);
+void DrawEntitySprite(const Entity* e, int spriteIndex);
#ifdef BEATEMUP_DEBUG
void DebugHighlights(const Entity* e);