declare types (gcc failure).

This commit is contained in:
Enno Rehling 2014-10-18 14:30:07 +02:00
parent 74a6bd72c2
commit 8f57adaf5b
1 changed files with 9 additions and 0 deletions

View File

@ -7,6 +7,15 @@
extern "C" { extern "C" {
#endif #endif
struct region;
struct unit;
struct faction;
struct building;
struct ship;
struct item_type;
struct building_type;
struct terrain_type;
void test_cleanup(void); void test_cleanup(void);
struct terrain_type * test_create_terrain(const char * name, unsigned int flags); struct terrain_type * test_create_terrain(const char * name, unsigned int flags);