From 6763d205ca391d8a4c1544afbcfceddf5ec54c77 Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Sat, 9 Jun 2012 09:13:17 +0200 Subject: Lua: Add new-style hook support for HOOK_IDENTIFY --- src/externs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/externs.h') diff --git a/src/externs.h b/src/externs.h index 3b952681..f727da82 100644 --- a/src/externs.h +++ b/src/externs.h @@ -1264,6 +1264,7 @@ extern void explosive_rune(void); extern bool_ do_dec_stat(int stat, int mode); extern bool_ do_res_stat(int stat, bool_ full); extern bool_ do_inc_stat(int stat); +extern void identify_hooks(int i, object_type *o_ptr, identify_mode type); extern bool_ identify_pack(void); extern void identify_pack_fully(void); extern bool_ remove_curse(void); -- cgit v1.2.3