OSDN Git Service

Merge pull request #3608 from habu1010/feature/fix-crash-on-charcter-dump-to-invalid...
[hengbandforosx/hengbandosx.git] / src / spell-kind / spells-fetcher.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 class PlayerType;
6 void fetch_item(PlayerType *player_ptr, DIRECTION dir, WEIGHT wgt, bool require_los);
7 bool fetch_monster(PlayerType *player_ptr);