summaryrefslogtreecommitdiff
path: root/navit/color.h
blob: 17d3d9c802b76d122d2ebb44e9cfac4dddf30eba (plain)
1
2
3
4
5
6
7
8
#ifndef NAVIT_COLOR_H
#define NAVIT_COLOR_H

struct color {
	int r,g,b,a;
};

#endif