summaryrefslogtreecommitdiff
path: root/src/move_info_type.hpp
blob: fac24f70c54294493ba0b9836f8998434102e22d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#pragma once

#include "h-basic.hpp"

/**
 * Movement typse
 */
struct move_info_type
{
	s16b to_speed;
	s16b to_search;
	s16b to_stealth;
	s16b to_percep;
	const char *name;
};