small syntax change

This commit is contained in:
Priec
2025-11-14 19:25:25 +01:00
parent 8fa8bf392b
commit b9ca8df59b
3 changed files with 5 additions and 3 deletions

View File

@@ -1,5 +1,6 @@
// src/render/player_positioning.h
#pragma once
#include "../background_dark_inverted.h"
#include "player_mask.h"
struct PlayerPosition {
@@ -8,4 +9,4 @@ struct PlayerPosition {
};
// Calculates drawing position relative to bottom-left pivot
PlayerPosition get_aligned_frame_position(PlayerPosition base, int frame_index);
PlayerPosition get_aligned_frame_position(PlayerPosition base, PlayerFrame frame);