OSDN Git Service

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