gwterrain is one base class with configs now
[k8-i-v-a-n.git] / src / game / charsset.cpp
blobe1c7fb28bdcd00dbb0bac7284c5fa1b6e5f4a06d
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
12 #include "stack.h"
13 #include "message.h"
14 #include "actions.h"
15 //#include "wterras.h"
16 #include "rawbit.h"
17 #include "team.h"
18 #include "iconf.h"
19 #include "god.h"
20 #include "felist.h"
21 #include "miscitem.h"
22 #include "gear.h"
23 #include "confdef.h"
24 #include "room.h"
25 #include "game.h"
26 #include "graphics.h"
27 #include "materias.h"
28 #include "bitmap.h"
29 #include "lterras.h"
30 #include "fesave.h"
31 #include "feparse.h"
32 #include "traps.h"
33 #include "iloops.h"
34 #include "balance.h"
35 #include "human.h"
36 #include "database.h"
37 #include "nonhuman.h"
39 #include "human.cpp"
40 #include "nonhuman.cpp"