(svn r16643) -Codechange: replace GetStationByTile() by Station::GetByTile()

This commit is contained in:
smatz
2009-06-24 17:39:54 +00:00
parent 916331328e
commit f6a4d61cca
38 changed files with 70 additions and 55 deletions

View File

@@ -3,7 +3,7 @@
/** @file pathfind.cpp Implementation of the oldest supported pathfinder. */
#include "stdafx.h"
#include "station_map.h"
#include "station_base.h"
#include "settings_type.h"
#include "pathfind.h"
#include "debug.h"