mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-06-30 00:50:41 +01:00
(svn r6530) -Fix r6529: added missing header file (oops)
This commit is contained in:
parent
fcc39c454a
commit
80abdad221
@ -3,6 +3,8 @@
|
|||||||
#include "stdafx.h"
|
#include "stdafx.h"
|
||||||
#include "openttd.h"
|
#include "openttd.h"
|
||||||
#include "functions.h"
|
#include "functions.h"
|
||||||
|
#include "train.h"
|
||||||
|
#include "roadveh.h"
|
||||||
#include "ship.h"
|
#include "ship.h"
|
||||||
#include "aircraft.h"
|
#include "aircraft.h"
|
||||||
#include "table/strings.h"
|
#include "table/strings.h"
|
||||||
@ -16,7 +18,6 @@
|
|||||||
#include "vehicle_gui.h"
|
#include "vehicle_gui.h"
|
||||||
#include "station_map.h"
|
#include "station_map.h"
|
||||||
#include "newgrf_engine.h"
|
#include "newgrf_engine.h"
|
||||||
#include "train.h"
|
|
||||||
|
|
||||||
enum {
|
enum {
|
||||||
WIDGET_DEPOT_MOVE_NONE = 0 << 0,
|
WIDGET_DEPOT_MOVE_NONE = 0 << 0,
|
||||||
|
Loading…
Reference in New Issue
Block a user