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

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

#endif