Toquetechant includes

This commit is contained in:
2025-02-20 13:34:18 +01:00
parent bcb2e96069
commit e1d6aff724
65 changed files with 615 additions and 495 deletions

View File

@@ -1,11 +1,8 @@
#pragma once
#include <SDL2/SDL.h>
#include "texture.h"
#include <string>
#ifndef UTILS_H
#define UTILS_H
#include <SDL2/SDL_rect.h> // for SDL_Rect, SDL_Point
#include <SDL2/SDL_stdinc.h> // for Uint8, Uint32
#include <string> // for string, basic_string
// Estructura para definir un circulo
struct circle_t
@@ -189,6 +186,4 @@ bool colorAreEqual(color_t color1, color_t color2);
std::string toLower(std::string str);
// Convierte una cadena a mayúsculas
std::string toUpper(std::string str);
#endif
std::string toUpper(std::string str);