stoneage8.5/石器时代服务器端最新完整源代码/Serv/gmsv/include/npc_windowman.h
anson1788 a5b185b7ef Revert "re upload"
This reverts commit 274b7d169c.
2020-06-23 15:23:51 +08:00

17 lines
581 B
C

#ifndef __NPC_WINDOWMAN_H__
#define __NPC_WINDOWMAN_H__
void NPC_WindowmanTalked( int meindex , int talkerindex , char *msg ,
int color );
BOOL NPC_WindowmanInit( int meindex );
void NPC_WindowmanLooked( int meindex, int lookedindex );
void NPC_WindowmanWindowTalked( int meindex, int talkerindex, int seqno, int select, char *data);
void NPC_Windowman_selectWindow( int meindex, int toindex, int num);
BOOL NPC_Windowman_readData( int meindex, int windowno, BOOL chkflg);
int NPC_Windowman_restoreButtontype( char *data );
#endif
/*__NPC_WINDOWMAN_H__*/