moved almost all hardcoded constants to "define.dat"
[k8-i-v-a-n.git] / src / game / actset.cpp
blob458971721eadd4b4621072f8905017c10b300f35
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 #define __FILE_OF_STATIC_ACTION_PROTOTYPE_DEFINITIONS__
14 #include "proto.h"
15 #include "action.h"
17 SYSTEM_SPECIALIZATIONS(action)
19 #include "actions.h"
21 #undef __FILE_OF_STATIC_ACTION_PROTOTYPE_DEFINITIONS__
23 #include "message.h"
24 #include "char.h"
25 #include "materia.h"
26 #include "game.h"
27 #include "fesave.h"
28 #include "feparse.h"
29 #include "iconf.h"
30 #include "stack.h"
32 #include "action.cpp"
33 #include "actions.cpp"