moved almost all hardcoded constants to "define.dat"
[k8-i-v-a-n.git] / src / game / materias.h
blobb01f47b4a2413ef6d55613a3287989fe5078e88b
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 #ifndef __MATERIAS_H__
14 #define __MATERIAS_H__
16 #include "materia.h"
19 #define HEADER_PHASE
20 #include "materials/0list.cpp"
21 #undef HEADER_PHASE
24 #endif