summaryrefslogtreecommitdiff
path: root/src/hook_monster_ai_out.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/hook_monster_ai_out.hpp')
-rw-r--r--src/hook_monster_ai_out.hpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/hook_monster_ai_out.hpp b/src/hook_monster_ai_out.hpp
new file mode 100644
index 00000000..4c5ef28f
--- /dev/null
+++ b/src/hook_monster_ai_out.hpp
@@ -0,0 +1,8 @@
+#pragma once
+
+#include "h-basic.h"
+
+struct hook_monster_ai_out {
+ s32b y;
+ s32b x;
+};