summaryrefslogtreecommitdiff
path: root/src/hook_eat_in.hpp
blob: 075bb2bf2c488ab71ccb337593397c8ccbb33d3a (plain)
1
2
3
4
5
6
7
#pragma once

#include "object_type_fwd.hpp"

struct hook_eat_in {
	object_type *o_ptr;
};