(svn r12468) -Codechange: move some type related stuff from station.h (and openttd.h) to station_type.h.

This commit is contained in:
rubidium
2008-03-28 16:33:28 +00:00
parent 7f139373aa
commit 58e6e75320
8 changed files with 64 additions and 49 deletions

View File

@@ -7,6 +7,7 @@
#include "economy_type.h"
#include "tile_type.h"
#include "station_type.h"
#include <list>
typedef uint32 CargoPacketID;