OSDN Git Service

Inserted space between word and parenthesis in an English message.
[hengband/hengband.git] / src / object-activation / activation-breath.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 bool activate_dragon_breath(player_type *user_ptr, object_type *o_ptr);
6 bool activate_breath_fire(player_type *user_ptr, object_type *o_ptr);
7 bool activate_breath_cold(player_type *user_ptr, object_type *o_ptr);