1 2 3 4 5 6 7 8
#pragma once typedef struct { unsigned int red; unsigned int green; unsigned int blue; } Color;