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

#include "h-basic.h"

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