]> icculus.org git repositories - btb/d2x.git/blob - arch/include/event.h
use the orientation parameter of g3_draw_bitmap
[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(void);
12 void event_poll(void);
13
14 #endif