]> icculus.org git repositories - btb/d2x.git/blob - input/sdl/include/event.h
This commit was generated by cvs2svn to compensate for changes in r2,
[btb/d2x.git] / input / sdl / 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