forked from github/server
fix gcc
This commit is contained in:
parent
b2140f54fd
commit
835b0964ef
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue