From e96d6385b8394ad0cb05951d4a8a5b99b84fb387 Mon Sep 17 00:00:00 2001 From: marouault Date: Mon, 31 Jan 2022 09:59:16 +0100 Subject: [PATCH] Corrected color include --- Pontu/include/engine/Colors.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pontu/include/engine/Colors.h b/Pontu/include/engine/Colors.h index f90f370..c659955 100644 --- a/Pontu/include/engine/Colors.h +++ b/Pontu/include/engine/Colors.h @@ -1,7 +1,7 @@ #ifndef COLORS_H_INCLUDED #define COLORS_H_INCLUDED -#include +#include const SDL_Color COLOR_GENERIC_BUTTON_BACKGROUND = {225, 225, 225, 255}; const SDL_Color COLOR_GENERIC_BUTTON_BORDER = {10, 10, 10, 255};