dxx-rebirth/arch/include/event.h

10 lines
102 B
C
Raw Normal View History

2006-04-03 17:36:27 +00:00
// Event header file
#ifndef _EVENT_H
#define _EVENT_H
int event_init();
void event_poll();
#endif