(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

@@ -8,6 +8,7 @@
#include "oldpool.h"
#include "rail_map.h"
#include "command_type.h"
#include "station_type.h"
struct Waypoint;
DECLARE_OLD_POOL(Waypoint, Waypoint, 3, 8000)