style: toquejant la pantalla de càrrega

This commit is contained in:
2025-10-20 14:07:14 +02:00
parent e99b2abd7d
commit 9fe73ed8e4
3 changed files with 31 additions and 6 deletions

View File

@@ -60,6 +60,7 @@ auto boolToString(bool value) -> std::string;
auto boolToOnOff(bool value) -> std::string;
auto toLower(const std::string& str) -> std::string;
auto trim(const std::string& str) -> std::string;
auto spaceBetweenLetters(const std::string& input) -> std::string;
// Dibujo
void drawCircle(SDL_Renderer* renderer, int32_t center_x, int32_t center_y, int32_t radius);