some renames, nothing much

This commit is contained in:
Priec
2025-11-14 19:39:19 +01:00
parent b9ca8df59b
commit 4ed4452fae
6 changed files with 39 additions and 38 deletions

View File

@@ -3,4 +3,4 @@
#include "player_mask.h"
// Draw the player object starting at given (x, y)
void draw_player(int x, int y, PlayerFrame frame);
void draw_character(int x, int y, CharacterFrame frame);