fix the CI build (struct declared inside parameter list).

This commit is contained in:
Enno Rehling 2015-01-12 18:31:04 +01:00
parent e8650b5b4a
commit 34e7373be4
1 changed files with 1 additions and 0 deletions

View File

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