fixed some bugs in new 'g'o system
[k8-i-v-a-n.git] / src / game / dataset.cpp
blob197dae888d7612f66e758fcd15fd1128c031301e
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 "char.h"
13 #include "proto.h"
14 #include "game.h"
15 #include "materia.h"
16 #include "message.h"
17 #include "database.h"
18 #include "fesave.h"
19 #include "god.h"
21 #include "proto.cpp"
22 #include "database.cpp"