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

#include "h-basic.h"

/**
 * Inscriptions
 */
struct inscription_info_type
{
	char text[40];                  /* The inscription itself */
	byte when;                      /* When it is executed */
	bool_ know;                      /* Is the inscription know ? */
	byte mana;                      /* Grid mana needed */
};