chanclot havia inclos un include SDL2
This commit is contained in:
@@ -5,5 +5,5 @@ constexpr const char* NAME = "pollo";
|
||||
constexpr const char* LONG_NAME = "Los pollos hermanos";
|
||||
constexpr const char* VERSION = "0.1";
|
||||
constexpr const char* COPYRIGHT = "@2025 JailDesigner";
|
||||
constexpr const char* GIT_HASH = "d995680";
|
||||
constexpr const char* GIT_HASH = "cb26e71";
|
||||
} // namespace Project
|
||||
|
||||
@@ -3,10 +3,9 @@
|
||||
* @brief Gestión de colores de la paleta Amstrad CPC
|
||||
*/
|
||||
|
||||
#ifndef COLOR_HPP
|
||||
#define COLOR_HPP
|
||||
#pragma once
|
||||
|
||||
#include <SDL2/SDL_stdinc.h>
|
||||
#include <SDL3/SDL.h>
|
||||
|
||||
#include <string>
|
||||
|
||||
@@ -90,5 +89,3 @@ class Color {
|
||||
*/
|
||||
static auto fromString(const std::string& name) -> Uint8;
|
||||
};
|
||||
|
||||
#endif // COLOR_HPP
|
||||
|
||||
Reference in New Issue
Block a user