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

#include "h-basic.h"

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