forked from github/server
fix gcc
This commit is contained in:
parent
b2140f54fd
commit
835b0964ef
1 changed files with 5 additions and 2 deletions
|
@ -37,11 +37,14 @@ extern "C" {
|
||||||
|
|
||||||
#define TRADE_FRACTION 100
|
#define TRADE_FRACTION 100
|
||||||
|
|
||||||
extern int income(const struct unit *u);
|
|
||||||
|
|
||||||
/* Wieviel Fremde eine Partei pro Woche aufnehmen kann */
|
/* Wieviel Fremde eine Partei pro Woche aufnehmen kann */
|
||||||
#define MAXNEWBIES 5
|
#define MAXNEWBIES 5
|
||||||
|
|
||||||
|
struct unit;
|
||||||
|
struct region;
|
||||||
|
struct faction;
|
||||||
|
int income(const struct unit *u);
|
||||||
|
|
||||||
void economics(struct region *r);
|
void economics(struct region *r);
|
||||||
void produce(struct region *r);
|
void produce(struct region *r);
|
||||||
void auto_work(struct region *r);
|
void auto_work(struct region *r);
|
||||||
|
|
Loading…
Reference in a new issue