diff --git a/Pontu/src/engine/Colors.h b/Pontu/src/engine/Colors.h new file mode 100644 index 0000000..f90f370 --- /dev/null +++ b/Pontu/src/engine/Colors.h @@ -0,0 +1,11 @@ +#ifndef COLORS_H_INCLUDED +#define COLORS_H_INCLUDED + +#include + +const SDL_Color COLOR_GENERIC_BUTTON_BACKGROUND = {225, 225, 225, 255}; +const SDL_Color COLOR_GENERIC_BUTTON_BORDER = {10, 10, 10, 255}; + + +#endif +