moved almost all hardcoded constants to "define.dat"
[k8-i-v-a-n.git] / src / game / roomset.cpp
blob747efe1e4b9c49cc387a693d1ad572754b99fb2c
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 #define __FILE_OF_STATIC_ROOM_PROTOTYPE_DEFINITIONS__
15 #include "proto.h"
16 #include "room.h"
18 SYSTEM_SPECIALIZATIONS(room)
20 #include "rooms.h"
22 #undef __FILE_OF_STATIC_ROOM_PROTOTYPE_DEFINITIONS__
24 #include "message.h"
25 #include "char.h"
26 #include "god.h"
27 #include "game.h"
28 #include "stack.h"
29 #include "team.h"
30 #include "fesave.h"
31 #include "feparse.h"
33 #include "room.cpp"
34 #include "rooms.cpp"