(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 501d2ba0d8
commit 2f3053508d
37 changed files with 151 additions and 128 deletions

View File

@@ -16,7 +16,7 @@
#include "bridge_map.h"
#include "town.h"
#include "waypoint_base.h"
#include "yapf/yapf.h"
#include "pathfinder/yapf/yapf.h"
#include "strings_func.h"
#include "functions.h"
#include "window_func.h"