From c2a8c32be0d0fafd84371fe35cfb8759179173b4 Mon Sep 17 00:00:00 2001 From: Philipp Dreher Date: Mon, 2 Nov 2015 18:08:35 +0100 Subject: [PATCH] forgot fwd-declaration of structs... --- src/spells/flyingship.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/spells/flyingship.h b/src/spells/flyingship.h index 35c847e03..087357b9e 100644 --- a/src/spells/flyingship.h +++ b/src/spells/flyingship.h @@ -7,6 +7,10 @@ extern "C" { #endif + struct castorder; + struct ship; + struct unit; + int sp_flying_ship(struct castorder * co); void register_flyingship(void);