OSDN Git Service

Merge branch 'For2.2.2-Refactoring' into For3.0.0-Artifact-Monster-Addition
[hengband/hengband.git] / src / cmd-item / cmd-zapwand.h
1 #pragma once
2
3 #include "system/angband.h"
4
5 bool wand_effect(player_type *creature_ptr, OBJECT_SUBTYPE_VALUE sval, DIRECTION dir, bool powerful, bool magic);
6 void exe_aim_wand(player_type *creature_ptr, INVENTORY_IDX item);
7 void do_cmd_aim_wand(player_type *creature_ptr);