OSDN Git Service

Merge pull request #3569 from sikabane-works/release/3.0.0.88-alpha
[hengbandforosx/hengbandosx.git] / src / spell / spells-execution.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> exe_spell(PlayerType *player_ptr, int16_t realm, SPELL_IDX spell, SpellProcessType mode);