From ddebc7f4803cc967427db1fdb7c2196afc114c14 Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Thu, 18 Dec 2014 21:31:32 +0100 Subject: Update HOOK_CHAT to new-style hook --- src/types.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/types.h') diff --git a/src/types.h b/src/types.h index 6ac84fc2..71db3da1 100644 --- a/src/types.h +++ b/src/types.h @@ -2222,6 +2222,11 @@ struct hook_mon_speak_in { cptr m_name; }; +typedef struct hook_chat_in hook_chat_in; +struct hook_chat_in { + s32b m_idx; +}; + typedef struct hook_eat_in hook_eat_in; struct hook_eat_in { object_type *o_ptr; -- cgit v1.2.3