diff src/train_cmd.cpp @ 8131:e300ac8001ae draft

(svn r11692) -Codechange: move some functions from 'functions.h' to a more logical place and remove about 50% of the includes of 'functions.h'
author rubidium <rubidium@openttd.org>
date Tue, 25 Dec 2007 11:26:07 +0000 (2007-12-25)
parents b6ec923e9fa8
children db99ba38abc0
line wrap: on
line diff
--- a/src/train_cmd.cpp
+++ b/src/train_cmd.cpp
@@ -42,6 +42,8 @@
 #include "table/sprites.h"
 #include "tunnelbridge_map.h"
 #include "strings_func.h"
+#include "functions.h"
+#include "window_func.h"
 
 
 static bool TrainCheckIfLineEnds(Vehicle *v);