Fix:Core:Renamed src to navit for cleanup of includes
[navit-package] / navit / color.h
1 #ifndef NAVIT_COLOR_H
2 #define NAVIT_COLOR_H
3
4 struct color {
5         int r,g,b,a;
6 };
7
8 #endif