moved almost all hardcoded constants to "define.dat"
[k8-i-v-a-n.git] / src / game / miscitem.h
blob537c82ae9575dca45aa9a4793a9434f3892c4b0c
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 __MISCITEM_H__
14 #define __MISCITEM_H__
16 #include "item.h"
17 #include "game.h" /// check
18 #include "trap.h"
21 #define HEADER_PHASE
22 #include "items/0list.cpp"
23 #undef HEADER_PHASE
26 #endif