summaryrefslogtreecommitdiff
path: root/src/types.h
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2014-12-18 22:28:59 +0100
committerBardur Arantsson <bardur@scientician.net>2014-12-23 12:07:54 +0100
commit666ce02020925a67386429b451d23071521d6da8 (patch)
tree9369a82a16042186f77210d47d7173780ce5d8e5 /src/types.h
parent132e99238140b1628a2f0175a6edc85358fe8101 (diff)
Update HOOK_CHAR_DUMP to new-style hook
Diffstat (limited to 'src/types.h')
-rw-r--r--src/types.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/types.h b/src/types.h
index 9efd9d13..218a4c60 100644
--- a/src/types.h
+++ b/src/types.h
@@ -2232,6 +2232,11 @@ struct hook_wild_gen_in {
bool_ small;
};
+typedef struct hook_chardump_in hook_chardump_in;
+struct hook_chardump_in {
+ FILE *file;
+};
+
typedef struct hook_eat_in hook_eat_in;
struct hook_eat_in {
object_type *o_ptr;