moved almost all hardcoded constants to "define.dat"
[k8-i-v-a-n.git] / src / game / gods.h
blob5d890bd8296f1050bafe8ff345ecc478a8685d60
1 /*
3 * Iter Vehemens ad Necem (IVAN)
4 * Copyright (C) Timo Kiviluoto
5 * Released under the GNU General
6 * Public License
8 * See LICENSING which should be included
9 * along with this file for more details
13 #ifndef __GODS_H__
14 #define __GODS_H__
16 #include "god.h"
19 #define HEADER_PHASE
20 #include "gods/0list.cpp"
21 #undef HEADER_PHASE
24 #endif