dxx-rebirth/arch/sdl/include/event.h
2006-04-03 17:36:27 +00:00

10 lines
102 B
C
Executable file

// Event header file
#ifndef _EVENT_H
#define _EVENT_H
int event_init();
void event_poll();
#endif