moved almost all hardcoded constants to "define.dat"
[k8-i-v-a-n.git] / src / game / areaset.cpp
blobb09a85fd326d11c55959037e2bafb366f8017bdd
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 "allocate.h"
13 #include "char.h"
14 #include "game.h"
15 #include "graphics.h"
16 #include "bitmap.h"
17 #include "terra.h"
18 #include "proto.h"
19 #include "fesave.h"
20 #include "feparse.h"
21 #include "team.h"
23 #include "area.cpp"
24 #include "square.cpp"
25 #include "terra.cpp"