forked from github/server
forgot fwd-declaration of structs...
This commit is contained in:
parent
30dce18697
commit
c2a8c32be0
|
@ -7,6 +7,10 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
struct castorder;
|
||||
struct ship;
|
||||
struct unit;
|
||||
|
||||
int sp_flying_ship(struct castorder * co);
|
||||
|
||||
void register_flyingship(void);
|
||||
|
|
Loading…
Reference in New Issue