OSDN Git Service

Merge pull request #1510 from habu1010/feature/refactor-smith-info-class
[hengbandforosx/hengbandosx.git] / src / cmd-action / cmd-mind.h
1 #pragma once
2
3 struct player_type;
4 void do_cmd_mind(player_type *player_ptr);
5 void do_cmd_mind_browse(player_type *player_ptr);
6 void do_cmd_mind_browse(player_type *player_ptr);
7