chuyiwen_gmsv/include/npc_bus.h

13 lines
366 B
C
Raw Permalink Normal View History

2016-12-24 08:45:52 +08:00
#ifndef __NPC_BUS_H__
#define __NPC_BUS_H__
BOOL NPC_BusInit( int meindex );
void NPC_BusLoop( int meindex );
void NPC_BusTalked( int meindex , int talkerindex , char *szMes ,
int color );
BOOL NPC_BusCheckAllowItem( int meindex, int charaindex, BOOL pickupmode);
BOOL NPC_BusCheckJoinParty( int meindex, int charaindex, BOOL msgflg);
#endif