forked from github/server
forgot fwd-declaration of structs...
This commit is contained in:
parent
30dce18697
commit
c2a8c32be0
1 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,10 @@
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
struct castorder;
|
||||||
|
struct ship;
|
||||||
|
struct unit;
|
||||||
|
|
||||||
int sp_flying_ship(struct castorder * co);
|
int sp_flying_ship(struct castorder * co);
|
||||||
|
|
||||||
void register_flyingship(void);
|
void register_flyingship(void);
|
||||||
|
|
Loading…
Reference in a new issue