diff --git a/src/economy.h b/src/economy.h index f07d672e0..92512b8e9 100644 --- a/src/economy.h +++ b/src/economy.h @@ -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);