(svn r18379) -Codechange: move the cache updating function to its own header to reduce the include 'pathfinder' dependencies

This commit is contained in:
rubidium
2009-12-02 16:48:55 +00:00
parent d58e4084de
commit 9426f2b173
12 changed files with 59 additions and 9 deletions

View File

@@ -25,7 +25,7 @@
#include "ship.h"
#include "roadveh.h"
#include "water_map.h"
#include "pathfinder/yapf/yapf.h"
#include "pathfinder/yapf/yapf_cache.h"
#include "newgrf_sound.h"
#include "autoslope.h"
#include "tunnelbridge_map.h"