]> icculus.org git repositories - btb/d2x.git/blob - input/ggi/include/event.h
This commit was generated by cvs2svn to compensate for changes in r2,
[btb/d2x.git] / input / ggi / include / event.h
1 // Event header file
2
3 #ifndef _EVENT_H
4 #define _EVENT_H
5
6 int event_init();
7 void event_poll();
8
9 #ifdef GII_XWIN
10 #include <ggi/input/xwin.h>
11 void init_gii_xwin(Display *disp,Window win);
12 #endif
13
14 #endif