diff --git a/src/tests.h b/src/tests.h index fca8353fb..ce6edda06 100644 --- a/src/tests.h +++ b/src/tests.h @@ -7,6 +7,15 @@ extern "C" { #endif + struct region; + struct unit; + struct faction; + struct building; + struct ship; + struct item_type; + struct building_type; + struct terrain_type; + void test_cleanup(void); struct terrain_type * test_create_terrain(const char * name, unsigned int flags);