10 lines
158 B
C
10 lines
158 B
C
|
#ifndef _GETEVENT_H_
|
||
|
#define _GETEVENT_H_
|
||
|
|
||
|
EventInit () ;
|
||
|
void EventDeInit () ;
|
||
|
|
||
|
DWORD EventThread (EVENTTHREADPARAM *pThreadParam) ;
|
||
|
|
||
|
|
||
|
#endif // _GETEVENT_H_
|