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