2025-04-27 07:49:33 -04:00

10 lines
167 B
C

#ifndef _GETEVENT_H_
#define _GETEVENT_H_
EventInit () ;
void EventDeInit () ;
DWORD EventThread (EVENTTHREADPARAM *pThreadParam) ;
#endif // _GETEVENT_H_