big rename: eressea.c[hc] => config.[hc]

This commit is contained in:
Enno Rehling 2010-02-21 08:05:27 +00:00
parent 7b4b2ea4cf
commit bd94e2c5cb
129 changed files with 140 additions and 140 deletions

View File

@ -13,7 +13,7 @@
*/ */
#include <platform.h> #include <platform.h>
#include <kernel/eressea.h> #include <kernel/config.h>
#include "attributes.h" #include "attributes.h"
/* attributes includes */ /* attributes includes */

View File

@ -15,7 +15,7 @@
#include <platform.h> #include <platform.h>
#include "follow.h" #include "follow.h"
#include <kernel/eressea.h> #include <kernel/config.h>
#include <kernel/unit.h> #include <kernel/unit.h>
#include <util/attrib.h> #include <util/attrib.h>

View File

@ -14,7 +14,7 @@
#include <platform.h> #include <platform.h>
#include "giveitem.h" #include "giveitem.h"
#include <kernel/eressea.h> #include <kernel/config.h>
/* kernel includes */ /* kernel includes */
#include <kernel/building.h> #include <kernel/building.h>

View File

@ -13,7 +13,7 @@
*/ */
#include <platform.h> #include <platform.h>
#include <kernel/eressea.h> #include <kernel/config.h>
#include "gm.h" #include "gm.h"
/* kernel includes */ /* kernel includes */

View File

@ -13,7 +13,7 @@
*/ */
#include <platform.h> #include <platform.h>
#include <kernel/eressea.h> #include <kernel/config.h>
#include "hate.h" #include "hate.h"
#include <kernel/unit.h> #include <kernel/unit.h>

View File

@ -13,7 +13,7 @@
*/ */
#include <platform.h> #include <platform.h>
#include <kernel/eressea.h> #include <kernel/config.h>
#include "iceberg.h" #include "iceberg.h"
#include <kernel/save.h> #include <kernel/save.h>

View File

@ -13,7 +13,7 @@
*/ */
#include <platform.h> #include <platform.h>
#include <kernel/eressea.h> #include <kernel/config.h>
#include "key.h" #include "key.h"
#include <kernel/save.h> #include <kernel/save.h>

View File

@ -13,7 +13,7 @@
*/ */
#include <platform.h> #include <platform.h>
#include <kernel/eressea.h> #include <kernel/config.h>
#include "moved.h" #include "moved.h"
#include <util/attrib.h> #include <util/attrib.h>

View File

@ -13,7 +13,7 @@
*/ */
#include <platform.h> #include <platform.h>
#include <kernel/eressea.h> #include <kernel/config.h>
#include "movement.h" #include "movement.h"
#include <util/attrib.h> #include <util/attrib.h>

View File

@ -13,7 +13,7 @@
*/ */
#include <platform.h> #include <platform.h>
#include <kernel/eressea.h> #include <kernel/config.h>
#include "object.h" #include "object.h"
/* kernel includes */ /* kernel includes */

View File

@ -13,7 +13,7 @@
*/ */
#include <platform.h> #include <platform.h>
#include <kernel/eressea.h> #include <kernel/config.h>
#include "option.h" #include "option.h"
#include <kernel/save.h> #include <kernel/save.h>

View File

@ -13,7 +13,7 @@
*/ */
#include <platform.h> #include <platform.h>
#include <kernel/eressea.h> #include <kernel/config.h>
#include "orcification.h" #include "orcification.h"
#include <kernel/save.h> #include <kernel/save.h>

View File

@ -12,7 +12,7 @@
*/ */
#include <platform.h> #include <platform.h>
#include <kernel/eressea.h> #include <kernel/config.h>
#include "otherfaction.h" #include "otherfaction.h"
#include <kernel/faction.h> #include <kernel/faction.h>

View File

@ -13,7 +13,7 @@
*/ */
#include <platform.h> #include <platform.h>
#include <kernel/eressea.h> #include <kernel/config.h>
#include "overrideroads.h" #include "overrideroads.h"
#include <kernel/save.h> #include <kernel/save.h>

View File

@ -13,7 +13,7 @@
*/ */
#include <platform.h> #include <platform.h>
#include <kernel/eressea.h> #include <kernel/config.h>
#include "racename.h" #include "racename.h"
#include <kernel/save.h> #include <kernel/save.h>

View File

@ -13,7 +13,7 @@
*/ */
#include <platform.h> #include <platform.h>
#include <kernel/eressea.h> #include <kernel/config.h>
#include "raceprefix.h" #include "raceprefix.h"
#include <kernel/save.h> #include <kernel/save.h>

View File

@ -13,7 +13,7 @@
*/ */
#include <platform.h> #include <platform.h>
#include <kernel/eressea.h> #include <kernel/config.h>
#include "reduceproduction.h" #include "reduceproduction.h"
#include <kernel/save.h> #include <kernel/save.h>
#include <util/attrib.h> #include <util/attrib.h>

View File

@ -15,7 +15,7 @@
#include <platform.h> #include <platform.h>
#include "targetregion.h" #include "targetregion.h"
#include <kernel/eressea.h> #include <kernel/config.h>
#include <kernel/region.h> #include <kernel/region.h>
#include <kernel/save.h> #include <kernel/save.h>
#include <kernel/version.h> #include <kernel/version.h>

View File

@ -11,7 +11,7 @@
*/ */
#include <platform.h> #include <platform.h>
#include <kernel/eressea.h> #include <kernel/config.h>
#include "variable.h" #include "variable.h"
#include <kernel/save.h> #include <kernel/save.h>

View File

@ -12,7 +12,7 @@ without prior permission by the authors of Eressea.
#include <platform.h> #include <platform.h>
#include "bind_attrib.h" #include "bind_attrib.h"
#include <kernel/eressea.h> #include <kernel/config.h>
#include <kernel/unit.h> #include <kernel/unit.h>
#include <kernel/ship.h> #include <kernel/ship.h>

View File

@ -16,7 +16,7 @@ without prior permission by the authors of Eressea.
#include "bindings.h" #include "bindings.h"
#include <kernel/alliance.h> #include <kernel/alliance.h>
#include <kernel/eressea.h> #include <kernel/config.h>
#include <kernel/unit.h> #include <kernel/unit.h>
#include <kernel/item.h> #include <kernel/item.h>
#include <kernel/faction.h> #include <kernel/faction.h>

View File

@ -1,5 +1,5 @@
#include <platform.h> #include <platform.h>
#include <kernel/eressea.h> #include <kernel/config.h>
// kernel includes // kernel includes
#include <kernel/faction.h> #include <kernel/faction.h>

View File

@ -16,7 +16,7 @@ without prior permission by the authors of Eressea.
#include "bind_ship.h" #include "bind_ship.h"
#include "bind_building.h" #include "bind_building.h"
#include <kernel/eressea.h> #include <kernel/config.h>
#include <kernel/region.h> #include <kernel/region.h>
#include <kernel/resources.h> #include <kernel/resources.h>
#include <kernel/unit.h> #include <kernel/unit.h>

View File

@ -22,7 +22,7 @@ without prior permission by the authors of Eressea.
// kernel includes // kernel includes
#include <kernel/building.h> #include <kernel/building.h>
#include <kernel/eressea.h> #include <kernel/config.h>
#include <kernel/faction.h> #include <kernel/faction.h>
#include <kernel/item.h> #include <kernel/item.h>
#include <kernel/magic.h> #include <kernel/magic.h>

View File

@ -17,7 +17,7 @@ without prior permission by the authors of Eressea.
#include "bind_region.h" #include "bind_region.h"
#include "helpers.h" #include "helpers.h"
#include <kernel/eressea.h> #include <kernel/config.h>
#include <kernel/alliance.h> #include <kernel/alliance.h>
#include <kernel/skill.h> #include <kernel/skill.h>

View File

@ -17,7 +17,7 @@ without prior permission by the authors of Eressea.
#include <util/log.h> #include <util/log.h>
#include <util/attrib.h> #include <util/attrib.h>
#include <kernel/eressea.h> #include <kernel/config.h>
#include <kernel/equipment.h> #include <kernel/equipment.h>
#include <kernel/faction.h> #include <kernel/faction.h>
#include <kernel/magic.h> #include <kernel/magic.h>

View File

@ -1,5 +1,5 @@
#include <platform.h> #include <platform.h>
#include <kernel/eressea.h> #include <kernel/config.h>
#include "archetype.h" #include "archetype.h"
/* kernel includes */ /* kernel includes */

View File

@ -20,7 +20,7 @@
*/ */
#include <platform.h> #include <platform.h>
#include <kernel/eressea.h> #include <kernel/config.h>
#include "creation.h" #include "creation.h"
#include "monster.h" #include "monster.h"

View File

@ -8,7 +8,7 @@ without prior permission by the authors of Eressea.
*/ */
#include <platform.h> #include <platform.h>
#include <kernel/eressea.h> #include <kernel/config.h>
#include "creport.h" #include "creport.h"
/* tweakable features */ /* tweakable features */

View File

@ -22,7 +22,7 @@
#pragma region includes #pragma region includes
#include <platform.h> #include <platform.h>
#include <kernel/eressea.h> #include <kernel/config.h>
#include "economy.h" #include "economy.h"
/* gamecode includes */ /* gamecode includes */

View File

@ -11,7 +11,7 @@
*/ */
#include <platform.h> #include <platform.h>
#include <kernel/eressea.h> #include <kernel/config.h>
#include "give.h" #include "give.h"
#include "economy.h" #include "economy.h"

View File

@ -1,5 +1,5 @@
#include <platform.h> #include <platform.h>
#include <kernel/eressea.h> #include <kernel/config.h>
#include "items.h" #include "items.h"
#include "study.h" #include "study.h"

View File

@ -22,7 +22,7 @@
#pragma region includes #pragma region includes
#include <platform.h> #include <platform.h>
#include <kernel/eressea.h> #include <kernel/config.h>
#include "laws.h" #include "laws.h"
#include <modules/gmcmd.h> #include <modules/gmcmd.h>
@ -2705,7 +2705,7 @@ sinkships(region * r)
} }
/* The following functions do not really belong here: */ /* The following functions do not really belong here: */
#include <kernel/eressea.h> #include <kernel/config.h>
#include <kernel/build.h> #include <kernel/build.h>
static attrib_type at_number = { static attrib_type at_number = {

View File

@ -20,7 +20,7 @@
*/ */
#include <platform.h> #include <platform.h>
#include <kernel/eressea.h> #include <kernel/config.h>
#include "luck.h" #include "luck.h"

View File

@ -11,7 +11,7 @@ without prior permission by the authors of Eressea.
*/ */
#include <platform.h> #include <platform.h>
#include <kernel/eressea.h> #include <kernel/config.h>
#include "market.h" #include "market.h"
#include <assert.h> #include <assert.h>

View File

@ -20,7 +20,7 @@
*/ */
#include <platform.h> #include <platform.h>
#include <kernel/eressea.h> #include <kernel/config.h>
#include "monster.h" #include "monster.h"
/* gamecode includes */ /* gamecode includes */

View File

@ -20,7 +20,7 @@
*/ */
#include <platform.h> #include <platform.h>
#include <kernel/eressea.h> #include <kernel/config.h>
#include "randenc.h" #include "randenc.h"
#include "economy.h" #include "economy.h"

View File

@ -15,7 +15,7 @@
#define ECHECK_VERSION "4.01" #define ECHECK_VERSION "4.01"
#include <platform.h> #include <platform.h>
#include <kernel/eressea.h> #include <kernel/config.h>
/* modules includes */ /* modules includes */
#include <modules/score.h> #include <modules/score.h>

View File

@ -12,7 +12,7 @@
*/ */
#include <platform.h> #include <platform.h>
#include <kernel/eressea.h> #include <kernel/config.h>
#include "spy.h" #include "spy.h"
#include <kernel/faction.h> #include <kernel/faction.h>

View File

@ -20,7 +20,7 @@
*/ */
#include <platform.h> #include <platform.h>
#include <kernel/eressea.h> #include <kernel/config.h>
#include "spy.h" #include "spy.h"
/* kernel includes */ /* kernel includes */

View File

@ -23,7 +23,7 @@
#define TEACH_FRIENDS #define TEACH_FRIENDS
#include <platform.h> #include <platform.h>
#include <kernel/eressea.h> #include <kernel/config.h>
#include "study.h" #include "study.h"
#include <kernel/alchemy.h> #include <kernel/alchemy.h>

View File

@ -10,7 +10,7 @@
/* wenn platform.h nicht vor curses included wird, kompiliert es unter windows nicht */ /* wenn platform.h nicht vor curses included wird, kompiliert es unter windows nicht */
#include <platform.h> #include <platform.h>
#include <kernel/eressea.h> #include <kernel/config.h>
#include "summary.h" #include "summary.h"

View File

@ -8,7 +8,7 @@ without prior permission by the authors of Eressea.
*/ */
#include <platform.h> #include <platform.h>
#include <kernel/eressea.h> #include <kernel/config.h>
#include "xmlreport.h" #include "xmlreport.h"
#define XML_ATL_NAMESPACE (const xmlChar *) "http://www.eressea.de/XML/2008/atlantis" #define XML_ATL_NAMESPACE (const xmlChar *) "http://www.eressea.de/XML/2008/atlantis"

View File

@ -11,7 +11,7 @@
/* wenn platform.h nicht vor curses included wird, kompiliert es unter windows nicht */ /* wenn platform.h nicht vor curses included wird, kompiliert es unter windows nicht */
#include <platform.h> #include <platform.h>
#include <curses.h> #include <curses.h>
#include <kernel/eressea.h> #include <kernel/config.h>
#include "gmtool.h" #include "gmtool.h"
#include "gmtool_structs.h" #include "gmtool_structs.h"

View File

@ -12,7 +12,7 @@
*/ */
#include <platform.h> #include <platform.h>
#include <kernel/eressea.h> #include <kernel/config.h>
#include "artrewards.h" #include "artrewards.h"
/* kernel includes */ /* kernel includes */

View File

@ -13,7 +13,7 @@
*/ */
#include <platform.h> #include <platform.h>
#include <kernel/eressea.h> #include <kernel/config.h>
#include "demonseye.h" #include "demonseye.h"
/* kernel includes */ /* kernel includes */

View File

@ -11,7 +11,7 @@
*/ */
#include <platform.h> #include <platform.h>
#include <kernel/eressea.h> #include <kernel/config.h>
#include "itemtypes.h" #include "itemtypes.h"
#include "xerewards.h" #include "xerewards.h"

View File

@ -12,7 +12,7 @@
*/ */
#include <platform.h> #include <platform.h>
#include <kernel/eressea.h> #include <kernel/config.h>
#include "phoenixcompass.h" #include "phoenixcompass.h"
/* kernel includes */ /* kernel includes */

View File

@ -11,13 +11,13 @@
*/ */
#include <platform.h> #include <platform.h>
#include <kernel/eressea.h> #include <kernel/config.h>
#include "seed.h" #include "seed.h"
/* kernel includes */ /* kernel includes */
#include <kernel/build.h> #include <kernel/build.h>
#include <kernel/eressea.h> #include <kernel/config.h>
#include <kernel/item.h> #include <kernel/item.h>
#include <kernel/region.h> #include <kernel/region.h>

View File

@ -13,7 +13,7 @@
*/ */
#include <platform.h> #include <platform.h>
#include <kernel/eressea.h> #include <kernel/config.h>
#include "speedsail.h" #include "speedsail.h"
/* kernel includes */ /* kernel includes */

View File

@ -13,7 +13,7 @@
*/ */
#include <platform.h> #include <platform.h>
#include <kernel/eressea.h> #include <kernel/config.h>
#include "weapons.h" #include "weapons.h"
#include <kernel/unit.h> #include <kernel/unit.h>

View File

@ -12,7 +12,7 @@
*/ */
#include <platform.h> #include <platform.h>
#include <kernel/eressea.h> #include <kernel/config.h>
#include "xerewards.h" #include "xerewards.h"
/* kernel includes */ /* kernel includes */

View File

@ -221,6 +221,14 @@
RelativePath=".\kernel\command.h" RelativePath=".\kernel\command.h"
> >
</File> </File>
<File
RelativePath=".\kernel\config.c"
>
</File>
<File
RelativePath=".\kernel\config.h"
>
</File>
<File <File
RelativePath=".\kernel\connection.c" RelativePath=".\kernel\connection.c"
> >
@ -245,14 +253,6 @@
RelativePath=".\kernel\equipment.h" RelativePath=".\kernel\equipment.h"
> >
</File> </File>
<File
RelativePath=".\kernel\eressea.c"
>
</File>
<File
RelativePath=".\kernel\eressea.h"
>
</File>
<File <File
RelativePath=".\kernel\faction.c" RelativePath=".\kernel\faction.c"
> >

View File

@ -20,7 +20,7 @@
*/ */
#include <platform.h> #include <platform.h>
#include <kernel/eressea.h> #include <kernel/config.h>
#include "alchemy.h" #include "alchemy.h"
#include "item.h" #include "item.h"

View File

@ -13,7 +13,7 @@ without prior permission by the authors of Eressea.
#pragma region includes #pragma region includes
#include <platform.h> #include <platform.h>
#include <kernel/eressea.h> #include <kernel/config.h>
#include "alliance.h" #include "alliance.h"
#include <attributes/key.h> #include <attributes/key.h>

View File

@ -15,7 +15,7 @@
#pragma region includes #pragma region includes
#include <platform.h> #include <platform.h>
#include <kernel/eressea.h> #include <kernel/config.h>
#include "battle.h" #include "battle.h"
#include "alchemy.h" #include "alchemy.h"

View File

@ -7,7 +7,7 @@ This program may not be used, modified or distributed
without prior permission by the authors of Eressea. without prior permission by the authors of Eressea.
*/ */
#include <platform.h> #include <platform.h>
#include "eressea.h" #include "config.h"
#include "textstore.h" #include "textstore.h"
#include "save.h" #include "save.h"

View File

@ -19,7 +19,7 @@
*/ */
#include <platform.h> #include <platform.h>
#include <kernel/eressea.h> #include <kernel/config.h>
#include "build.h" #include "build.h"
/* kernel includes */ /* kernel includes */

View File

@ -14,7 +14,7 @@
#include <platform.h> #include <platform.h>
#include <kernel/eressea.h> #include <kernel/config.h>
#include "building.h" #include "building.h"
/* kernel includes */ /* kernel includes */

View File

@ -11,7 +11,7 @@
*/ */
#include <platform.h> #include <platform.h>
#include <kernel/eressea.h> #include <kernel/config.h>
#include "command.h" #include "command.h"
#include <kernel/order.h> #include <kernel/order.h>

View File

@ -19,7 +19,7 @@
*/ */
#include <platform.h> #include <platform.h>
#include <kernel/eressea.h> #include <kernel/config.h>
/* attributes includes */ /* attributes includes */
#include <attributes/reduceproduction.h> #include <attributes/reduceproduction.h>

View File

@ -89,7 +89,7 @@ extern "C" {
#define STAMINA_AFFECTS_HP 1<<0 #define STAMINA_AFFECTS_HP 1<<0
/** /**
* Hier endet der Teil von eressea.h, der die defines für die * Hier endet der Teil von config.h, der die defines für die
* Spielwelt Eressea enthält, und beginnen die allgemeinen Routinen * Spielwelt Eressea enthält, und beginnen die allgemeinen Routinen
*/ */

View File

@ -13,7 +13,7 @@
*/ */
#include <platform.h> #include <platform.h>
#include <kernel/eressea.h> #include <kernel/config.h>
#include "connection.h" #include "connection.h"
#include "region.h" #include "region.h"

View File

@ -20,7 +20,7 @@
*/ */
#include <platform.h> #include <platform.h>
#include <kernel/eressea.h> #include <kernel/config.h>
#include "curse.h" #include "curse.h"
/* kernel includes */ /* kernel includes */

View File

@ -18,7 +18,7 @@
* permission from the authors. * permission from the authors.
*/ */
#include <platform.h> #include <platform.h>
#include <kernel/eressea.h> #include <kernel/config.h>
#include "equipment.h" #include "equipment.h"
/* kernel includes */ /* kernel includes */

View File

@ -13,7 +13,7 @@
*/ */
#include <platform.h> #include <platform.h>
#include <kernel/eressea.h> #include <kernel/config.h>
#include "faction.h" #include "faction.h"
#include "equipment.h" #include "equipment.h"

View File

@ -13,7 +13,7 @@
*/ */
#include <platform.h> #include <platform.h>
#include <kernel/eressea.h> #include <kernel/config.h>
#include "group.h" #include "group.h"
/* kernel includes */ /* kernel includes */

View File

@ -13,7 +13,7 @@
*/ */
#include <platform.h> #include <platform.h>
#include <kernel/eressea.h> #include <kernel/config.h>
#include "item.h" #include "item.h"
#include <attributes/key.h> #include <attributes/key.h>

View File

@ -13,7 +13,7 @@
/* TODO: enum auf fst_ umstellen. Pointer auf Display-Routine */ /* TODO: enum auf fst_ umstellen. Pointer auf Display-Routine */
#include <platform.h> #include <platform.h>
#include <kernel/eressea.h> #include <kernel/config.h>
#include "karma.h" #include "karma.h"

View File

@ -19,7 +19,7 @@
*/ */
#include <platform.h> #include <platform.h>
#include <kernel/eressea.h> #include <kernel/config.h>
#include "magic.h" #include "magic.h"
#include "building.h" #include "building.h"

View File

@ -19,7 +19,7 @@
*/ */
#include <platform.h> #include <platform.h>
#include <kernel/eressea.h> #include <kernel/config.h>
#include "message.h" #include "message.h"
/* kernel includes */ /* kernel includes */
@ -57,7 +57,7 @@ typedef struct msg_setting {
/************ Compatibility function *************/ /************ Compatibility function *************/
#define MAXSTRLEN (4*DISPLAYSIZE+3) #define MAXSTRLEN (4*DISPLAYSIZE+3)
#include "region.h" #include "region.h"
#include <kernel/eressea.h> #include <kernel/config.h>
static void static void
arg_set(variant args[], const message_type * mtype, const char * buffer, variant v) arg_set(variant args[], const message_type * mtype, const char * buffer, variant v)

View File

@ -19,7 +19,7 @@
*/ */
#include <platform.h> #include <platform.h>
#include <kernel/eressea.h> #include <kernel/config.h>
#include "move.h" #include "move.h"
#include "alchemy.h" #include "alchemy.h"

View File

@ -20,7 +20,7 @@
*/ */
#include <platform.h> #include <platform.h>
#include <kernel/eressea.h> #include <kernel/config.h>
#include "names.h" #include "names.h"
/* kernel includes */ /* kernel includes */

View File

@ -11,7 +11,7 @@
*/ */
#include <platform.h> #include <platform.h>
#include <kernel/eressea.h> #include <kernel/config.h>
#include "order.h" #include "order.h"
#include "skill.h" #include "skill.h"

View File

@ -20,7 +20,7 @@
*/ */
#include <platform.h> #include <platform.h>
#include <kernel/eressea.h> #include <kernel/config.h>
#include "pathfinder.h" #include "pathfinder.h"
#include "region.h" #include "region.h"

View File

@ -20,7 +20,7 @@
*/ */
#include <platform.h> #include <platform.h>
#include <kernel/eressea.h> #include <kernel/config.h>
#include "plane.h" #include "plane.h"
/* kernel includes */ /* kernel includes */

View File

@ -20,7 +20,7 @@
*/ */
#include <platform.h> #include <platform.h>
#include <kernel/eressea.h> #include <kernel/config.h>
#include "pool.h" #include "pool.h"
#include "faction.h" #include "faction.h"

View File

@ -18,7 +18,7 @@
* permission from the authors. * permission from the authors.
*/ */
#include <platform.h> #include <platform.h>
#include <kernel/eressea.h> #include <kernel/config.h>
#include "race.h" #include "race.h"
#include <races/zombies.h> #include <races/zombies.h>

View File

@ -20,7 +20,7 @@
*/ */
#include <platform.h> #include <platform.h>
#include <kernel/eressea.h> #include <kernel/config.h>
#include "region.h" #include "region.h"
/* kernel includes */ /* kernel includes */

View File

@ -18,7 +18,7 @@
* permission from the authors. * permission from the authors.
*/ */
#include <platform.h> #include <platform.h>
#include <kernel/eressea.h> #include <kernel/config.h>
#include "reports.h" #include "reports.h"
/* kernel includes */ /* kernel includes */

View File

@ -11,7 +11,7 @@
*/ */
#include <platform.h> #include <platform.h>
#include <kernel/eressea.h> #include <kernel/config.h>
#include "resources.h" #include "resources.h"
/* kernel includes */ /* kernel includes */

View File

@ -19,7 +19,7 @@
*/ */
#include <platform.h> #include <platform.h>
#include <kernel/eressea.h> #include <kernel/config.h>
#include "save.h" #include "save.h"
#include "alchemy.h" #include "alchemy.h"

View File

@ -13,7 +13,7 @@
*/ */
#include <platform.h> #include <platform.h>
#include <kernel/eressea.h> #include <kernel/config.h>
#include "ship.h" #include "ship.h"
/* kernel includes */ /* kernel includes */

View File

@ -20,7 +20,7 @@
*/ */
#include <platform.h> #include <platform.h>
#include <kernel/eressea.h> #include <kernel/config.h>
#include "skill.h" #include "skill.h"
#include "curse.h" #include "curse.h"

View File

@ -20,7 +20,7 @@
*/ */
#include <platform.h> #include <platform.h>
#include <kernel/eressea.h> #include <kernel/config.h>
#include "spell.h" #include "spell.h"
/* kernel includes */ /* kernel includes */

View File

@ -1,5 +1,5 @@
#include <platform.h> #include <platform.h>
#include <kernel/eressea.h> #include <kernel/config.h>
#include <kernel/faction.h> #include <kernel/faction.h>
#include <util/unicode.h> #include <util/unicode.h>
#include <util/base36.h> #include <util/base36.h>

View File

@ -20,7 +20,7 @@
*/ */
#include <platform.h> #include <platform.h>
#include <kernel/eressea.h> #include <kernel/config.h>
#include "teleport.h" #include "teleport.h"
/* kernel includes */ /* kernel includes */

View File

@ -20,7 +20,7 @@
*/ */
#include <platform.h> #include <platform.h>
#include <kernel/eressea.h> #include <kernel/config.h>
#include <attributes/racename.h> #include <attributes/racename.h>
#include "terrain.h" #include "terrain.h"
#include "terrainid.h" #include "terrainid.h"

View File

@ -7,7 +7,7 @@ This program may not be used, modified or distributed
without prior permission by the authors of Eressea. without prior permission by the authors of Eressea.
*/ */
#include <platform.h> #include <platform.h>
#include "eressea.h" #include "config.h"
#include "textstore.h" #include "textstore.h"
#include "save.h" #include "save.h"

View File

@ -24,7 +24,7 @@
/* /*
* Features enabled: * Features enabled:
* If you are lacking the settings.h, create a new file common/settings.h, * If you are lacking the settings.h, create a new file common/settings.h,
* and write #include <settings-eressea.h> (or whatever settings you want * and write #include <settings-config.h> (or whatever settings you want
* your game to use) in there. * your game to use) in there.
* !!! DO NOT COMMIT THE SETTINGS.H FILE TO CVS !!! * !!! DO NOT COMMIT THE SETTINGS.H FILE TO CVS !!!
* settings.h should always be the first thing you include (after platform.h). * settings.h should always be the first thing you include (after platform.h).

View File

@ -20,7 +20,7 @@
*/ */
#include <platform.h> #include <platform.h>
#include <kernel/eressea.h> #include <kernel/config.h>
#include "unit.h" #include "unit.h"
#include "building.h" #include "building.h"

View File

@ -11,7 +11,7 @@ without prior permission by the authors of Eressea.
*/ */
#include <platform.h> #include <platform.h>
#include <kernel/eressea.h> #include <kernel/config.h>
#include "xmlreader.h" #include "xmlreader.h"
/* kernel includes */ /* kernel includes */

View File

@ -13,7 +13,7 @@
*/ */
#include <platform.h> #include <platform.h>
#include <kernel/eressea.h> #include <kernel/config.h>
#if ARENA_MODULE #if ARENA_MODULE
#include "arena.h" #include "arena.h"

View File

@ -11,7 +11,7 @@
*/ */
#include <platform.h> #include <platform.h>
#include <kernel/eressea.h> #include <kernel/config.h>
#include "autoseed.h" #include "autoseed.h"
/* kernel includes */ /* kernel includes */

View File

@ -11,7 +11,7 @@
*/ */
#include <platform.h> #include <platform.h>
#include <kernel/eressea.h> #include <kernel/config.h>
#if DUNGEON_MODULE #if DUNGEON_MODULE
#include "dungeon.h" #include "dungeon.h"

View File

@ -11,7 +11,7 @@
*/ */
#include <platform.h> #include <platform.h>
#include <kernel/eressea.h> #include <kernel/config.h>
#include "gmcmd.h" #include "gmcmd.h"
#include <kernel/command.h> #include <kernel/command.h>

View File

@ -11,7 +11,7 @@
*/ */
#include <platform.h> #include <platform.h>
#include <kernel/eressea.h> #include <kernel/config.h>
#if INFOCMD_MODULE #if INFOCMD_MODULE
#include "infocmd.h" #include "infocmd.h"

View File

@ -20,7 +20,7 @@
#include <platform.h> #include <platform.h>
#include <kernel/eressea.h> #include <kernel/config.h>
#if MUSEUM_MODULE #if MUSEUM_MODULE
#include "museum.h" #include "museum.h"

View File

@ -13,7 +13,7 @@
*/ */
#include <platform.h> #include <platform.h>
#include <kernel/eressea.h> #include <kernel/config.h>
#include "oceannames.h" #include "oceannames.h"
/* kernel includes */ /* kernel includes */

View File

@ -20,7 +20,7 @@
*/ */
#include <platform.h> #include <platform.h>
#include <kernel/eressea.h> #include <kernel/config.h>
#if SCORE_MODULE #if SCORE_MODULE
#include "score.h" #include "score.h"

Some files were not shown because too many files have changed in this diff Show More