navit 0.5.3-trunk
Loading...
Searching...
No Matches
popup.h
Go to the documentation of this file.
1
20#ifndef NAVIT_POPUP_H
21#define NAVIT_POPUP_H
22
23struct navit;
24struct point;
25struct pcoord;
26void popup(struct navit *nav, int button, struct point *p);
27void popup_set_visitbefore(struct navit *nav, struct pcoord *pc, int visitbefore);
28#endif
unsigned char p[5]
Definition mg.h:2
void popup_set_visitbefore(struct navit *nav, struct pcoord *pc, int visitbefore)
Definition popup.c:122
void popup(struct navit *nav, int button, struct point *p)
Definition popup.c:377
Definition navit.c:112
Definition coord.h:52
Definition point.h:23