(svn r10008) -Codechange: Move a couple of functions related to articulated vehicles to a file of their own.

This commit is contained in:
maedhros
2007-06-01 11:41:02 +00:00
parent dce1101039
commit ab8503f5a5
7 changed files with 113 additions and 69 deletions

View File

@@ -15,6 +15,7 @@
#include "window.h"
#include "gui.h"
#include "vehicle.h"
#include "articulated_vehicles.h"
#include "gfx.h"
#include "station.h"
#include "command.h"