(svn r18364) -Codechange: move the pathfinders and their related files into a separate directory

This commit is contained in:
rubidium
2009-12-01 22:45:39 +00:00
parent a7beae8733
commit f52e27c688
37 changed files with 151 additions and 128 deletions

View File

@@ -13,14 +13,14 @@
#include "gui.h"
#include "articulated_vehicles.h"
#include "command_func.h"
#include "npf.h"
#include "pathfinder/npf/npf.h"
#include "news_func.h"
#include "company_func.h"
#include "vehicle_gui.h"
#include "newgrf_engine.h"
#include "newgrf_sound.h"
#include "newgrf_text.h"
#include "yapf/follow_track.hpp"
#include "pathfinder/yapf/follow_track.hpp"
#include "group.h"
#include "table/sprites.h"
#include "strings_func.h"