summaryrefslogtreecommitdiff
path: root/src/hook_identify_in.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/hook_identify_in.hpp')
-rw-r--r--src/hook_identify_in.hpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/hook_identify_in.hpp b/src/hook_identify_in.hpp
new file mode 100644
index 00000000..40a8fc79
--- /dev/null
+++ b/src/hook_identify_in.hpp
@@ -0,0 +1,9 @@
+#pragma once
+
+#include "object_type_fwd.hpp"
+#include "identify_mode.hpp"
+
+struct hook_identify_in {
+ object_type *o_ptr;
+ identify_mode mode;
+};