summaryrefslogtreecommitdiff
path: root/src/types.h
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2014-12-18 20:38:17 +0100
committerBardur Arantsson <bardur@scientician.net>2014-12-23 12:07:54 +0100
commit9a10050acb1c6398eedfe9c20611ac31f17802d5 (patch)
tree7ab66b6577b1175cd6991ea071d2d5c6ab4c3618 /src/types.h
parentdd5f6f4691b9975c7087a9bb6f92befd59e5d795 (diff)
Update HOOK_MON_SPEAK to new-style hook
Diffstat (limited to 'src/types.h')
-rw-r--r--src/types.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/types.h b/src/types.h
index f5ce1d97..6ac84fc2 100644
--- a/src/types.h
+++ b/src/types.h
@@ -2216,6 +2216,12 @@ struct hook_give_in {
int item;
};
+typedef struct hook_mon_speak_in hook_mon_speak_in;
+struct hook_mon_speak_in {
+ s32b m_idx;
+ cptr m_name;
+};
+
typedef struct hook_eat_in hook_eat_in;
struct hook_eat_in {
object_type *o_ptr;