aboutsummaryrefslogtreecommitdiff
path: root/Color.h
blob: 858b641aec0a57f1be070f415594a959b01abb46 (plain)
1
2
3
4
5
6
7
8
#pragma once

typedef struct {
	unsigned int red;
	unsigned int green;
	unsigned int blue;
} Color;