summaryrefslogtreecommitdiff
path: root/src/txt-converter/char/int_pet.h
blob: 9bfe3b41c584193bb8420b82683c91918b2603a4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef _INT_PET_H_
#define _INT_PET_H_

int inter_pet_init();
int inter_pet_save();
int inter_pet_delete(int pet_id);

int inter_pet_parse_frommap(int fd);

//extern char pet_txt[256];

#endif