stoneage8.5/石器时代服务器端最新完整源代码/Serv/gmsv/include/npc_pauctionman.h

9 lines
299 B
C
Raw Normal View History

#ifndef _PAUCTION_H
#define _PAUCTION_H
BOOL NPC_PauctionInit( int meindex );
void NPC_PauctionLoop( int meindex);
void NPC_PauctionTalked( int meindex, int talkerindex, char *msg, int color );
void NPC_PauctionWindowTalked( int meindex, int talkerindex, int seqno, int select, char *data);
#endif