From d14a40b7e725671b9fe7d842e4d6399474006f3b Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Mon, 3 Nov 2014 17:32:55 +0100 Subject: [PATCH] fix struct declarations. --- src/economy.h | 3 +++ 1 file changed, 3 insertions(+) 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);