chuyiwen_gmsv/include/event.h
chuyiwen bea5ac05b3 sq_gmsv_chuyiwen
sa_sever
2016-12-24 09:45:52 +09:00

10 lines
155 B
C

#ifndef __EVENT_H__
#define __EVENT_H__
INLINE BOOL EVENT_CHECKEVENTINDEX( int event);
int EVENT_main( int charaindex,int event, int x, int y);
#endif