fix struct declarations.

This commit is contained in:
Enno Rehling 2014-11-03 17:32:55 +01:00
parent 835b0964ef
commit d14a40b7e7
1 changed files with 3 additions and 0 deletions

View File

@ -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);