diff options
Diffstat (limited to 'lcmtype/lcmtype.h')
-rw-r--r-- | lcmtype/lcmtype.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lcmtype/lcmtype.h b/lcmtype/lcmtype.h new file mode 100644 index 0000000..a4fe704 --- /dev/null +++ b/lcmtype/lcmtype.h | |||
@@ -0,0 +1,14 @@ | |||
1 | #ifndef _LCMTYPE_H | ||
2 | #define _LCMTYPE_H | ||
3 | |||
4 | #ifdef __cplusplus | ||
5 | extern "C" { | ||
6 | #endif | ||
7 | |||
8 | #include "lcm.h" | ||
9 | #include "lcm_coretypes.h" | ||
10 | #ifdef __cplusplus | ||
11 | } | ||
12 | #endif //__cplusplus | ||
13 | |||
14 | #endif | ||