Toquetechant includes
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user