00001 // $Id: int_pet.h 1 2006-01-13 22:47:50Z MagicalTux $ 00002 #ifndef _INT_PET_H_ 00003 #define _INT_PET_H_ 00004 00005 void inter_pet_init(); 00006 void inter_pet_save(); 00007 int inter_pet_delete(int pet_id); 00008 void mapif_load_pet(int fd, int account_id, int char_id, int pet_id); 00009 00010 int inter_pet_parse_frommap(int fd); 00011 00012 #ifdef TXT_ONLY 00013 extern char pet_txt[1024]; 00014 #endif /* TXT_ONLY */ 00015 00016 #endif // _INT_PET_H_