this compiles, but it's broken in a number of ways (spells)

This commit is contained in:
Enno Rehling 2010-02-21 00:35:39 +00:00
parent 7607f5e41d
commit 8e0c560839
3 changed files with 5 additions and 6 deletions

View File

@ -30,7 +30,7 @@
#include <gamecode/monster.c>
#include <gamecode/randenc.c>
#include <gamecode/report.c>
#include <gamecode/spells.c>
// #include <gamecode/spells.c>
#include <gamecode/spy.c>
#include <gamecode/study.c>
#include <gamecode/summary.c>
@ -75,10 +75,10 @@
#include <spells/alp.c>
#include <spells/buildingcurse.c>
#include <spells/combatspells.c>
// #include <spells/combatspells.c>
#include <spells/regioncurse.c>
#include <spells/shipcurse.c>
#include <spells/spells.c>
// #include <spells/spells.c>
#include <spells/unitcurse.c>
#include <triggers/changefaction.c>

View File

@ -255,6 +255,8 @@ int cmp_current_owner(const struct building * b, const struct building * bother)
int rule_auto_taxation(void);
int rule_region_owners(void);
int rule_stealth_faction(void);
#define HARVEST_WORK 0x00
#define HARVEST_TAXES 0x01
int rule_blessed_harvest(void);
extern int count_all(const struct faction * f);

View File

@ -22,9 +22,6 @@ struct locale;
extern void register_regioncurse(void);
#define HARVEST_WORK 0x00
#define HARVEST_TAXES 0x01
#ifdef __cplusplus
}
#endif