1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-30 09:59:10 +00:00

(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

@@ -16,7 +16,7 @@
#include "landscape.h"
#include "viewport_func.h"
#include "command_func.h"
#include "yapf/yapf.h"
#include "pathfinder/yapf/yapf.h"
#include "depot_base.h"
#include "newgrf.h"
#include "variables.h"