#ifndef MGL_COLOR_H #define MGL_COLOR_H #include typedef struct { uint8_t r, g, b, a; } mgl_color; #endif /* MGL_COLOR_H */