OSDN Git Service

[Refactor] #40634 Separated activation-breath.c/h from cmd-activate.c
[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);