dxx-rebirth/arch/sdl/event.h

10 lines
102 B
C
Raw Normal View History

2006-03-20 16:43:15 +00:00
// Event header file
#ifndef _EVENT_H
#define _EVENT_H
int event_init();
void event_poll();
#endif