forked from github/server
fix the CI build (struct declared inside parameter list).
This commit is contained in:
parent
e8650b5b4a
commit
34e7373be4
|
@ -13,6 +13,7 @@ extern "C" {
|
||||||
struct faction;
|
struct faction;
|
||||||
struct building;
|
struct building;
|
||||||
struct ship;
|
struct ship;
|
||||||
|
struct message;
|
||||||
struct item_type;
|
struct item_type;
|
||||||
struct building_type;
|
struct building_type;
|
||||||
struct ship_type;
|
struct ship_type;
|
||||||
|
|
Loading…
Reference in New Issue