OSDN Git Service

Merge branch 'master' of git.osdn.net:/gitroot/hengband/hengband
[hengband/hengband.git] / src / cmd-action / cmd-pet.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 extern int total_friends;
6
7 bool do_cmd_riding(player_type *creature_ptr, bool force);
8 void do_cmd_pet_dismiss(player_type *creature_pt);
9 void do_cmd_pet(player_type *creature_ptr);