chuyiwen_gmsv/include/npc_mtradenpcman.h

11 lines
320 B
C
Raw Permalink Normal View History

2016-12-24 08:45:52 +08:00
#ifndef __NPC_MAPTRADEMAN_H__
#define __NPC_MAPTRADEMAN_H__
BOOL MapTradeManInit( int meindex );
void MapTradeManLoop( int meindex);
void MapTradeManTalked( int meindex , int talkerindex , char *msg , int color );
void MapTradeManWindowTalked( int meindex, int talkerindex, int seqno, int select, char *data);
#endif