]> git.bts.cx Git - benzene.git/blob - src/bz/input/input_id.h
Initial version
[benzene.git] / src / bz / input / input_id.h
1 #ifndef BZ_INPUT_INPUT_ID_H
2 #define BZ_INPUT_INPUT_ID_H
3
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7
8 typedef struct BZInput BZInput;
9 typedef const BZInput * BZInputID;
10
11 #ifdef __cplusplus
12 }
13 #endif
14
15 #endif