navit 0.5.3-trunk
Loading...
Searching...
No Matches
item_type_def.h
Go to the documentation of this file.
1#ifndef NAVIT_ITEM_TYPE_DEFH
2#define NAVIT_ITEM_TYPE_DEFH
3
4#ifdef __cplusplus
5extern "C" {
6#endif
7
9#define ITEM2(x,y) type_##y=x,
10#define ITEM(x) type_##x,
11#include "item_def.h"
12#undef ITEM2
13#undef ITEM
14};
15
16#ifdef __cplusplus
17}
18/* __cplusplus */
19#endif
20
21/* NAVIT_ITEM_TYPE_DEFH */
22#endif
item_type
Definition item_type_def.h:8