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

#include "h-basic.hpp"

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