]> icculus.org git repositories - btb/d2x.git/blob - arch/include/event.h
remove rcs tags
[btb/d2x.git] / arch / include / event.h
1 /*
2  *
3  * Event header file
4  *
5  *
6  */
7
8 #ifndef _EVENT_H
9 #define _EVENT_H
10
11 #ifdef GII_XWIN
12 #include <ggi/input/xwin.h>
13 #endif
14
15 int event_init();
16 void event_poll();
17
18 #ifdef GII_XWIN
19 void init_gii_xwin(Display *disp,Window win);
20 #endif
21
22 #endif