index
:
delta/navit-svn.git
baserock/ps/wip
improved_destination
iphone
iphone@1058
iphone@2422
libglade
master
modular_map
navit
public_transport
public_transport@1058
public_transport@2243
sdl
srtm
srtm@1058
srtm@3154
wince
wince@1058
wince@2429
svn.code.sf.net: Obsolete (use navit)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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