typos
[k8-i-v-a-n.git] / src / game / godset.cpp
blob68bd8e247c8fb0a30aafcc00107283f56a754d4d
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 #define __FILE_OF_STATIC_GOD_PROTOTYPE_DEFINITIONS__
15 #include "proto.h"
16 #include "god.h"
18 SYSTEM_SPECIALIZATIONS(god)
20 #include "gods.h"
22 #undef __FILE_OF_STATIC_GOD_PROTOTYPE_DEFINITIONS__
24 #include <algorithm>
26 #include "human.h"
27 #include "message.h"
28 #include "game.h"
29 #include "nonhuman.h"
30 #include "stack.h"
31 #include "lterras.h"
32 #include "gear.h"
33 #include "miscitem.h"
34 #include "confdef.h"
35 #include "materias.h"
36 #include "fesave.h"
37 #include "feparse.h"
38 #include "team.h"
40 #include "god.cpp"
41 #include "gods.cpp"