1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-20 10:52:41 +01:00

(svn r18378) -Codechange: move the pathfinder 'length' constants to pathfinder_type.h

This commit is contained in:
rubidium
2009-12-02 16:38:33 +00:00
parent 81062163a2
commit d58e4084de
4 changed files with 27 additions and 36 deletions

View File

@@ -31,8 +31,7 @@
#include "settings_internal.h"
#include "command_func.h"
#include "console_func.h"
#include "pathfinder/npf/npf.h"
#include "pathfinder/yapf/yapf.h"
#include "pathfinder/pathfinder_type.h"
#include "genworld.h"
#include "train.h"
#include "news_func.h"