navit 0.5.3-trunk
Loading...
Searching...
No Matches
draw_info.h
Go to the documentation of this file.
1
20#ifndef NAVIT_DRAW_INFO_H
21#define NAVIT_DRAW_INFO_H
22
23struct draw_info {
24 struct container *co;
26 int limit;
27};
28
29#endif
30
Definition draw_info.h:23
struct container * co
Definition draw_info.h:24
int limit
Definition draw_info.h:26
int display
Definition draw_info.h:25