chuyiwen_gmsv/include/npc_freepetskillshop.h
chuyiwen bea5ac05b3 sq_gmsv_chuyiwen
sa_sever
2016-12-24 09:45:52 +09:00

11 lines
452 B
C

#ifndef __NPC_FREEPETSKILLSHOP_H__
#define __NPC_FREEPETSKILLSHOP_H__
BOOL NPC_FreePetSkillShopInit( int meindex );
void NPC_FreePetSkillShopTalked( int meindex , int talkerindex , char *msg , int color );
void NPC_FreePetSkillShopWindowTalked( int meindex, int talkerindex, int seqno, int select, char *data);
//void NPC_PetSkillShopLooked( int meindex , int lookedindex);
BOOL NPC_CHECKFREEPETSKILL( int toindex, int petindex, int skillID);
#endif