OSDN Git Service

[Fix] #963 Resolved the indication that unique_ptr<PlayerEnergy> should be PlayerEnergy
[hengbandforosx/hengbandosx.git] / src / cmd-action / cmd-pet.h
1 #pragma once
2
3 typedef struct player_type player_type;
4 bool do_cmd_riding(player_type *creature_ptr, bool force);
5 void do_cmd_pet_dismiss(player_type *creature_pt);
6 void do_cmd_pet(player_type *creature_ptr);