chuyiwen_gmsv/include/npc_airplane.h

13 lines
399 B
C
Raw Permalink Normal View History

2016-12-24 08:45:52 +08:00
#ifndef __NPC_AIRPLANE_H__
#define __NPC_AIRPLANE_H__
BOOL NPC_AirInit( int meindex );
void NPC_AirLoop( int meindex );
void NPC_AirTalked( int meindex , int talkerindex , char *szMes ,
int color );
BOOL NPC_AirCheckAllowItem( int meindex, int charaindex, BOOL pickupmode);
BOOL NPC_AirCheckJoinParty( int meindex, int charaindex, BOOL msgflg);
#endif
/*__NPC_AIRPLANE_H__*/