Corrected color include

merge-requests/2/merge
marouault 4 years ago
parent 8ea6e3d807
commit e96d6385b8

@ -1,7 +1,7 @@
#ifndef COLORS_H_INCLUDED #ifndef COLORS_H_INCLUDED
#define COLORS_H_INCLUDED #define COLORS_H_INCLUDED
#include <SDL2/SDL_Pixel.h> #include <SDL2/SDL_pixels.h>
const SDL_Color COLOR_GENERIC_BUTTON_BACKGROUND = {225, 225, 225, 255}; const SDL_Color COLOR_GENERIC_BUTTON_BACKGROUND = {225, 225, 225, 255};
const SDL_Color COLOR_GENERIC_BUTTON_BORDER = {10, 10, 10, 255}; const SDL_Color COLOR_GENERIC_BUTTON_BORDER = {10, 10, 10, 255};

Loading…
Cancel
Save