Changeset - r3577:49eff73319b3
[Not reviewed]
master
0 3 0
celestar - 18 years ago 2006-04-18 05:16:13
celestar@openttd.org
(svn r4463) -Codechange. Include vehicle.h directly instead of implicitly via station.h in a number of source files
3 files changed with 3 insertions and 0 deletions:
0 comments (0 inline, 0 general)
ai/trolly/trolly.c
Show inline comments
 
@@ -34,6 +34,7 @@
 
#include "../../engine.h"
 
#include "../../gui.h"
 
#include "../../depot.h"
 
#include "../../vehicle.h"
 
#include "../ai.h"
 

	
 
// This function is called after StartUp. It is the init of an AI
newgrf.c
Show inline comments
 
@@ -19,6 +19,7 @@
 
#include "bridge.h"
 
#include "economy.h"
 
#include "newgrf_engine.h"
 
#include "vehicle.h"
 

	
 
/* TTDPatch extended GRF format codec
 
 * (c) Petr Baudis 2004 (GPL'd)
settings_gui.c
Show inline comments
 
@@ -19,6 +19,7 @@
 
#include "town.h"
 
#include "variables.h"
 
#include "settings.h"
 
#include "vehicle.h"
 

	
 
static uint32 _difficulty_click_a;
 
static uint32 _difficulty_click_b;
0 comments (0 inline, 0 general)