Modularized vehicle
[navit-package] / src / cursor.h
1 #ifndef NAVIT_CURSOR_H
2 #define NAVIT_CURSOR_H
3
4 /* prototypes */
5 struct color;
6 struct cursor;
7 struct graphics;
8 struct point;
9 void cursor_draw(struct cursor *this_, struct point *pnt, int dir, int draw_dir, int force);
10 struct cursor *cursor_new(struct graphics *gra, struct color *c);
11 void cursor_destroy(struct cursor *this_);
12 /* end of prototypes */
13
14 #endif