moved almost all hardcoded constants to "define.dat"
[k8-i-v-a-n.git] / src / game / slotset.cpp
blob8e6d5005737c825eeabb15d87809f145e0bacbe9
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 #include <algorithm>
15 #include "iconf.h"
16 #include "char.h"
17 #include "stack.h"
18 #include "message.h"
19 #include "felist.h"
20 #include "room.h"
21 #include "game.h"
22 #include "bitmap.h"
23 #include "proto.h"
24 #include "action.h"
25 #include "fesave.h"
26 #include "feparse.h"
27 #include "materias.h"
29 #include "slot.cpp"
30 #include "stack.cpp"