OSDN Git Service

[Refactor] #40635 Separated market/building-initializer.c/h from init.c/h
[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);