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

#include "h-basic.hpp"

/**
 * Activation descriptor.
 */
struct activation
{
	char desc[80];          /* Desc of the activation */
	u32b cost;              /* costs value */
	s16b spell;             /* Spell. */
};