Lamthai/game/interface/combat_interface.h

2 lines
124 B
C
Raw Normal View History

2025-07-12 23:31:14 +02:00
2025-07-14 15:12:29 +02:00
void display_combat_interface(Player& player_arg, std::vector<Ennemy>& ennemies_arg, const std::vector<float>& screen_arg);