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

/**
 * A structure for deity information.
 */
struct deity_type
{
	int  modules[3]; /* terminated with -1 */
	char const *name;
	char desc[10][80];
};