cosmetix
[k8-i-v-a-n.git] / src / game / gods.cpp
blob4c77a3cbc29f35ddfba5936a7209a964b08effbb
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 /* Compiled through godset.cpp */
15 #define LAWFUL_BASIC_COLOR MakeRGB16(160, 160, 0)
16 #define LAWFUL_ELITE_COLOR MakeRGB16(220, 220, 220)
18 #define NEUTRAL_BASIC_COLOR MakeRGB16(20, 120, 200)
19 #define NEUTRAL_ELITE_COLOR MakeRGB16(120, 120, 120)
21 #define CHAOS_BASIC_COLOR MakeRGB16(200, 0, 0)
22 #define CHAOS_ELITE_COLOR MakeRGB16(40, 40, 40)
24 #include "gods/0list.cpp"