]> icculus.org git repositories - btb/d2x.git/blob - arch/linux/svgalib/include/event.h
More header unification...
[btb/d2x.git] / arch / linux / svgalib / 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 #endif