summaryrefslogtreecommitdiff
path: root/src/hook_new_monster_end_in.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/hook_new_monster_end_in.hpp')
-rw-r--r--src/hook_new_monster_end_in.hpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/hook_new_monster_end_in.hpp b/src/hook_new_monster_end_in.hpp
new file mode 100644
index 00000000..3c5f835b
--- /dev/null
+++ b/src/hook_new_monster_end_in.hpp
@@ -0,0 +1,7 @@
+#pragma once
+
+#include "monster_type_fwd.hpp"
+
+struct hook_new_monster_end_in {
+ monster_type *m_ptr;
+};