diff options
Diffstat (limited to 'src/char/int_pet.h')
-rw-r--r-- | src/char/int_pet.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/char/int_pet.h b/src/char/int_pet.h index 43f354798..9234af109 100644 --- a/src/char/int_pet.h +++ b/src/char/int_pet.h @@ -4,6 +4,8 @@ #ifndef _INT_PET_H_ #define _INT_PET_H_ +struct s_pet; + int inter_pet_init(void); void inter_pet_final(void); int inter_pet_save(void); |