OSDN Git Service

Merge pull request #3532 from sikabane-works/release/3.0.0.87-alpha
[hengbandforosx/hengbandosx.git] / src / monster-floor / special-death-switcher.h
1 #pragma once
2 #include "effect/attribute-types.h"
3 #include "system/angband.h"
4
5 struct monster_death_type;
6 class PlayerType;
7 void switch_special_death(PlayerType *player_ptr, monster_death_type *md_ptr, AttributeFlags attribute_flags);