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
5
extern
"C"
{
6
#endif
7
8
enum
item_type
{
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_def.h
item_type
item_type
Definition
item_type_def.h:8
item_type_def.h
Generated by
1.9.8