summaryrefslogtreecommitdiff
path: root/src/hook_identify_in.hpp
blob: 9e7c9d400ba5595f14e9a688e6b2f08f79aa10e7 (plain)
1
2
3
4
5
6
7
#pragma once

#include "object_type_fwd.hpp"

struct hook_identify_in {
	object_type *o_ptr;
};