src/pathfind.h
changeset 8596 27646407e0bc
parent 7179 3e123c2b7c93
child 8638 d997e3a75b36
equal deleted inserted replaced
8595:e4dee65e88c7 8596:27646407e0bc
     3 /** @file pathfind.h */
     3 /** @file pathfind.h */
     4 
     4 
     5 #ifndef PATHFIND_H
     5 #ifndef PATHFIND_H
     6 #define PATHFIND_H
     6 #define PATHFIND_H
     7 
     7 
     8 #include "direction.h"
     8 #include "direction_type.h"
     9 #include "openttd.h"
     9 #include "openttd.h"
    10 
    10 
    11 enum {
    11 enum {
    12 	STR_FACTOR  = 2,
    12 	STR_FACTOR  = 2,
    13 	DIAG_FACTOR = 3
    13 	DIAG_FACTOR = 3