OSDN Git Service

Merge pull request #3608 from habu1010/feature/fix-crash-on-charcter-dump-to-invalid...
[hengbandforosx/hengbandosx.git] / src / spell-kind / spells-beam.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 class PlayerType;
6 bool wall_to_mud(PlayerType *player_ptr, DIRECTION dir, int dam);
7 bool wizard_lock(PlayerType *player_ptr, DIRECTION dir);
8 bool destroy_door(PlayerType *player_ptr, DIRECTION dir);
9 bool disarm_trap(PlayerType *player_ptr, DIRECTION dir);