forgot fwd-declaration of structs...

This commit is contained in:
Philipp Dreher 2015-11-02 18:08:35 +01:00
parent 30dce18697
commit c2a8c32be0
1 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,10 @@
extern "C" {
#endif
struct castorder;
struct ship;
struct unit;
int sp_flying_ship(struct castorder * co);
void register_flyingship(void);