moved almost all hardcoded constants to "define.dat"
[k8-i-v-a-n.git] / src / game / traps.h
blob8581162dbb77ef0f814850c21056180d5c3cb1b5
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 #ifndef __TRAPS_H__
13 #define __TRAPS_H__
15 #include "trap.h"
18 #define HEADER_PHASE
19 #include "traps/0list.cpp"
20 #undef HEADER_PHASE
23 #endif