831dfc975e92338cacc6ab410d4ffddbec020586
[navit-package] / src / plugin_def.h
1 enum projection;
2 struct attr;
3 PLUGIN_FUNC1(draw, struct container *, co)
4 PLUGIN_FUNC3(popup, struct container *, map, struct popup *, p, struct popup_item **, list)
5 struct navit;
6 PLUGIN_TYPE(graphics, (struct graphics_methods *meth, struct attr **attrs)) 
7 PLUGIN_TYPE(gui, (struct navit *nav, struct gui_methods *meth, struct attr **attrs)) 
8 PLUGIN_TYPE(map, (struct map_methods *meth, struct attr **attrs)) 
9 PLUGIN_TYPE(osd, (struct navit *nav, struct osd_methods *meth, struct attr **attrs))
10 PLUGIN_TYPE(speech, (char *data, struct speech_methods *meth)) 
11 PLUGIN_TYPE(vehicle, (struct vehicle_methods *meth))