diff --git a/source/project.h b/source/project.h index eb8caf3..df3edfb 100644 --- a/source/project.h +++ b/source/project.h @@ -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 diff --git a/source/utils/color.hpp b/source/utils/color.hpp index 184de6c..23ee7e3 100644 --- a/source/utils/color.hpp +++ b/source/utils/color.hpp @@ -3,10 +3,9 @@ * @brief Gestión de colores de la paleta Amstrad CPC */ -#ifndef COLOR_HPP -#define COLOR_HPP +#pragma once -#include +#include #include @@ -90,5 +89,3 @@ class Color { */ static auto fromString(const std::string& name) -> Uint8; }; - -#endif // COLOR_HPP