typos
[k8-i-v-a-n.git] / src / game / trapset.cpp
blob1fdff9915c9a430790e5440f84ced3990a8411a3
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_TRAP_PROTOTYPE_DEFINITIONS__
14 #include "trap.h"
15 #include "proto.h"
17 SYSTEM_SPECIALIZATIONS(trap)
19 #include "traps.h"
21 #undef __FILE_OF_STATIC_TRAP_PROTOTYPE_DEFINITIONS__
23 #include "lsquare.h"
24 #include "game.h"
25 #include "char.h"
26 #include "message.h"
27 #include "lsquare.h"
28 #include "bitmap.h"
29 #include "rawbit.h"
30 #include "igraph.h"
31 #include "felibdef.h"
32 #include "team.h"
34 #include "trap.cpp"
35 #include "traps.cpp"