This commit is contained in:
Enno Rehling 2014-11-03 09:55:29 +01:00
parent b2140f54fd
commit 835b0964ef
1 changed files with 5 additions and 2 deletions

View File

@ -37,11 +37,14 @@ extern "C" {
#define TRADE_FRACTION 100
extern int income(const struct unit *u);
/* Wieviel Fremde eine Partei pro Woche aufnehmen kann */
#define MAXNEWBIES 5
struct unit;
struct region;
struct faction;
int income(const struct unit *u);
void economics(struct region *r);
void produce(struct region *r);
void auto_work(struct region *r);