]> icculus.org git repositories - btb/d2x.git/blob - arch/include/event.h
remove ggi target
[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 int event_init();
12 void event_poll();
13
14 #endif