forked from mirror/OpenTTD
(svn r18364) -Codechange: move the pathfinders and their related files into a separate directory
This commit is contained in:
@@ -7,11 +7,12 @@
|
||||
* See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
/** @file pbs.cpp */
|
||||
/** @file pbs.cpp PBS support routines */
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "functions.h"
|
||||
#include "vehicle_func.h"
|
||||
#include "yapf/follow_track.hpp"
|
||||
#include "pathfinder/yapf/follow_track.hpp"
|
||||
|
||||
/**
|
||||
* Get the reserved trackbits for any tile, regardless of type.
|
||||
|
Reference in New Issue
Block a user