]> icculus.org git repositories - btb/d2x.git/blob - arch/include/event.h
use PhysicsFS for saving levels
[btb/d2x.git] / arch / include / event.h
1 /*
2  * $Source: /cvs/cvsroot/d2x/arch/include/event.h,v $
3  * $Revision: 1.1 $
4  * $Author: bradleyb $
5  * $Date: 2001-01-28 16:10:57 $
6  *
7  * Event header file
8  *
9  * $Log: not supported by cvs2svn $
10  *
11  */
12
13 #ifndef _EVENT_H
14 #define _EVENT_H
15
16 #ifdef GII_XWIN
17 #include <ggi/input/xwin.h>
18 #endif
19
20 int event_init();
21 void event_poll();
22
23 #ifdef GII_XWIN
24 void init_gii_xwin(Display *disp,Window win);
25 #endif
26
27 #endif