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