forked from github/server
fix struct declarations.
This commit is contained in:
parent
835b0964ef
commit
d14a40b7e7
1 changed files with 3 additions and 0 deletions
|
@ -43,6 +43,9 @@ extern "C" {
|
||||||
struct unit;
|
struct unit;
|
||||||
struct region;
|
struct region;
|
||||||
struct faction;
|
struct faction;
|
||||||
|
struct order;
|
||||||
|
struct message;
|
||||||
|
|
||||||
int income(const struct unit *u);
|
int income(const struct unit *u);
|
||||||
|
|
||||||
void economics(struct region *r);
|
void economics(struct region *r);
|
||||||
|
|
Loading…
Reference in a new issue