diff src/viewport.cpp @ 8785:2a8950a812dc draft

(svn r12489) -Codechange: split station.h into station_base.h and station_func.h.
author rubidium <rubidium@openttd.org>
date Mon, 31 Mar 2008 00:06:17 +0000 (2008-03-31)
parents d6d6bbb8da9c
children 5ef0059ccfc0
line wrap: on
line diff
--- a/src/viewport.cpp
+++ b/src/viewport.cpp
@@ -10,7 +10,7 @@
 #include "spritecache.h"
 #include "landscape.h"
 #include "viewport_func.h"
-#include "station.h"
+#include "station_base.h"
 #include "town.h"
 #include "signs.h"
 #include "waypoint.h"
@@ -25,6 +25,7 @@
 #include "vehicle_func.h"
 #include "player_func.h"
 #include "settings_type.h"
+#include "station_func.h"
 
 #include "table/sprites.h"
 #include "table/strings.h"