diff src/newgrf_station.cpp @ 8121:89722abcfd91 draft

(svn r11682) -Codechange: move some 'generic' geometry related types into a single file and do not include gfx.h everywhere to get a Point type.
author rubidium <rubidium@openttd.org>
date Sat, 22 Dec 2007 23:30:28 +0000 (2007-12-22)
parents b6ec923e9fa8
children c26c28875749
line wrap: on
line diff
--- a/src/newgrf_station.cpp
+++ b/src/newgrf_station.cpp
@@ -23,6 +23,7 @@
 #include "cargotype.h"
 #include "town_map.h"
 #include "newgrf_town.h"
+#include "gfx.h"
 
 static StationClass station_classes[STAT_CLASS_MAX];