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