OSDN Git Service

Merge pull request #1510 from habu1010/feature/refactor-smith-info-class
[hengbandforosx/hengbandosx.git] / src / object-activation / activation-teleport.h
1 #pragma once
2
3 struct player_type;
4 bool activate_teleport_away(player_type *player_ptr);
5 bool activate_escape(player_type *player_ptr);
6 bool activate_teleport_level(player_type *player_ptr);
7 bool activate_dimension_door(player_type *player_ptr);
8 bool activate_teleport(player_type *player_ptr);
9 bool activate_phase_door(player_type *player_ptr);