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

/*
 * Indexes of the various "stats" (hard-coded by savefiles, etc).
 */
#define A_STR   0
#define A_INT   1
#define A_WIS   2
#define A_DEX   3
#define A_CON   4
#define A_CHR   5