OSDN Git Service

[Refactor] #38997 exe_quaff_potion() に player_type * 引数を追加.
[hengband/hengband.git] / src / cmd-quaff.h
index b797d93..47459ab 100644 (file)
@@ -1,4 +1,4 @@
 
 extern void do_cmd_quaff_potion(void);
-extern void do_cmd_quaff_potion_aux(INVENTORY_IDX item);
+extern void exe_quaff_potion(player_type *creature_ptr, INVENTORY_IDX item);