OSDN Git Service

[Refactor] #37353 回復処理関数を spells-status.c に移動。 / Move some healing functions to spell...
[hengband/hengband.git] / src / shoot.h
1 /*!
2  * @file shoot.c
3  */
4
5
6 #pragma once
7
8 extern ENERGY bow_energy(OBJECT_SUBTYPE_VALUE sval);
9 extern int bow_tmul(OBJECT_SUBTYPE_VALUE sval);