forked from github/server
fix struct declarations.
This commit is contained in:
parent
835b0964ef
commit
d14a40b7e7
|
@ -43,6 +43,9 @@ extern "C" {
|
|||
struct unit;
|
||||
struct region;
|
||||
struct faction;
|
||||
struct order;
|
||||
struct message;
|
||||
|
||||
int income(const struct unit *u);
|
||||
|
||||
void economics(struct region *r);
|
||||
|
|
Loading…
Reference in New Issue