(svn r11706) -Codechange: split vehicle.h and remove another bunch of useless includes.

This commit is contained in:
rubidium
2007-12-27 13:35:39 +00:00
parent 4e66f5a04b
commit 384503e7d3
82 changed files with 362 additions and 330 deletions

View File

@@ -8,7 +8,6 @@
#include "table/strings.h"
#include "tile_cmd.h"
#include "landscape.h"
#include "vehicle.h"
#include "timetable.h"
#include "command_func.h"
#include "pathfind.h"
@@ -34,6 +33,7 @@
#include "functions.h"
#include "window_func.h"
#include "date_func.h"
#include "vehicle_func.h"
static const uint16 _ship_sprites[] = {0x0E5D, 0x0E55, 0x0E65, 0x0E6D};