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

#include "h-basic.h"

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