1 /*
2  *
3  *  Iter Vehemens ad Necem (IVAN)
4  *  Copyright (C) Timo Kiviluoto
5  *  Released under the GNU General
6  *  Public License
7  *
8  *  See LICENSING which should be included
9  *  along with this file for more details
10  *
11  */
12 
13 #include <algorithm>
14 
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 "save.h"
26 #include "materias.h"
27 
28 #include "slot.cpp"
29 #include "stack.cpp"
30