fix some compilation issues

This commit is contained in:
Enno Rehling 2012-06-01 18:05:07 -07:00
parent d940444751
commit ab15f24241
2 changed files with 3 additions and 2 deletions

View File

@ -36,6 +36,9 @@
#include <kernel/terrain.h>
#include <util/functions.h>
#include <util/language.h>
#include <util/log.h>
#include <assert.h>
int RunAllTests(void)
{

View File

@ -3,8 +3,6 @@ extern "C" {
#endif
#ifndef DISABLE_TESTS
struct building_type;
struct building;
void test_cleanup(void);
struct terrain_type * test_create_terrain(const char * name, unsigned int flags);