mirror of https://github.com/OpenTTD/OpenTTD
(svn r4463) -Codechange. Include vehicle.h directly instead of implicitly via station.h in a number of source files
parent
8d0e07378a
commit
22f82bba2e
|
@ -34,6 +34,7 @@
|
||||||
#include "../../engine.h"
|
#include "../../engine.h"
|
||||||
#include "../../gui.h"
|
#include "../../gui.h"
|
||||||
#include "../../depot.h"
|
#include "../../depot.h"
|
||||||
|
#include "../../vehicle.h"
|
||||||
#include "../ai.h"
|
#include "../ai.h"
|
||||||
|
|
||||||
// This function is called after StartUp. It is the init of an AI
|
// This function is called after StartUp. It is the init of an AI
|
||||||
|
|
1
newgrf.c
1
newgrf.c
|
@ -19,6 +19,7 @@
|
||||||
#include "bridge.h"
|
#include "bridge.h"
|
||||||
#include "economy.h"
|
#include "economy.h"
|
||||||
#include "newgrf_engine.h"
|
#include "newgrf_engine.h"
|
||||||
|
#include "vehicle.h"
|
||||||
|
|
||||||
/* TTDPatch extended GRF format codec
|
/* TTDPatch extended GRF format codec
|
||||||
* (c) Petr Baudis 2004 (GPL'd)
|
* (c) Petr Baudis 2004 (GPL'd)
|
||||||
|
|
|
@ -19,6 +19,7 @@
|
||||||
#include "town.h"
|
#include "town.h"
|
||||||
#include "variables.h"
|
#include "variables.h"
|
||||||
#include "settings.h"
|
#include "settings.h"
|
||||||
|
#include "vehicle.h"
|
||||||
|
|
||||||
static uint32 _difficulty_click_a;
|
static uint32 _difficulty_click_a;
|
||||||
static uint32 _difficulty_click_b;
|
static uint32 _difficulty_click_b;
|
||||||
|
|
Loading…
Reference in New Issue