summaryrefslogtreecommitdiff
path: root/src/hook_monster_ai_out.hpp
blob: 4c5ef28ffe7d82f849c7d3722611cb677ee54e35 (plain)
1
2
3
4
5
6
7
8
#pragma once

#include "h-basic.h"

struct hook_monster_ai_out {
	s32b y;
	s32b x;
};