chuyiwen_gmsv/include/event.h

10 lines
155 B
C
Raw Normal View History

2016-12-24 08:45:52 +08:00
#ifndef __EVENT_H__
#define __EVENT_H__
INLINE BOOL EVENT_CHECKEVENTINDEX( int event);
int EVENT_main( int charaindex,int event, int x, int y);
#endif