dxx-rebirth/arch/include/event.h

10 lines
102 B
C

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