OSDN Git Service

Merge branch 'master' of https://github.com/hengband/hengband
[hengbandforosx/hengbandosx.git] / src / realm / realm-trump.h
1 #pragma once
2
3 #include "spell/spells-util.h"
4 #include "system/angband.h"
5 #include <optional>
6 #include <string>
7
8 class PlayerType;
9 std::optional<std::string> do_trump_spell(PlayerType *player_ptr, SPELL_IDX spell, SpellProcessType mode);