]> git.bts.cx Git - benzene.git/blob - src/bz/input/input_id_internal.h
Initial version
[benzene.git] / src / bz / input / input_id_internal.h
1 #ifndef BZ_INPUT_INPUT_ID_INTERNAL_H
2 #define BZ_INPUT_INPUT_ID_INTERNAL_H
3
4 #include <bz/input/input_id.h>
5
6 #ifdef __cplusplus
7 extern "C" {
8 #endif
9
10 struct BZInput {
11 unsigned int id;
12 };
13
14 #ifdef __cplusplus
15 }
16 #endif
17
18 #endif