chuyiwen_gmsv/include/pet_event.h

19 lines
450 B
C
Raw Permalink Normal View History

2016-12-24 08:45:52 +08:00
#ifndef __PET_EVENT_H__
#define __PET_EVENT_H__
/*
2017-01-13 23:37:03 +08:00
*
*
2016-12-24 08:45:52 +08:00
*/
void PET_Talkfunc( int meindex, int talkerindex, char *msg, int color);
void PET_Watchfunc( int objmeindex, int objmoveindex,
CHAR_ACTION act, int x, int y, int dir,
int* opt, int optlen );
int PET_CleanPetdeletetime( int objmeindex);
void PET_CleanFreePetAll();
#endif