summaryrefslogtreecommitdiff
path: root/src/types.h
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2014-12-19 01:38:43 +0100
committerBardur Arantsson <bardur@scientician.net>2014-12-23 12:07:55 +0100
commitad7d95740f774249168d3059672c69dada680127 (patch)
tree540200342b7aa7e3d71c068485605e3395085021 /src/types.h
parent5633ea7c94d1f2eec8b712071548d0879b315ac6 (diff)
Update HOOK_BUILD_ROOM1 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 f82ef006..b2f40124 100644
--- a/src/types.h
+++ b/src/types.h
@@ -2237,6 +2237,12 @@ struct hook_wild_gen_in {
bool_ small;
};
+typedef struct hook_build_room1_in hook_build_room1_in;
+struct hook_build_room1_in {
+ s32b y;
+ s32b x;
+};
+
typedef struct hook_chardump_in hook_chardump_in;
struct hook_chardump_in {
FILE *file;