#ifndef COLOR_H #define COLOR_H typedef struct { unsigned char r; unsigned char g; unsigned char b; } color; #endif // !COLOR_H