npf.h
changeset 2159 3b634157c3b2
parent 2008 c9d6585c96c8
child 2186 461a2aff3486
equal deleted inserted replaced
2158:b134d7479c0e 2159:3b634157c3b2
     5 #include "aystar.h"
     5 #include "aystar.h"
     6 #include "vehicle.h"
     6 #include "vehicle.h"
     7 #include "pbs.h"
     7 #include "pbs.h"
     8 #include "tile.h"
     8 #include "tile.h"
     9 #include "rail.h"
     9 #include "rail.h"
       
    10 #include "variables.h"
    10 
    11 
    11 //mowing grass
    12 //mowing grass
    12 enum {
    13 enum {
    13 	NPF_HASH_BITS = 12, /* The size of the hash used in pathfinding. Just changing this value should be sufficient to change the hash size. Should be an even value. */
    14 	NPF_HASH_BITS = 12, /* The size of the hash used in pathfinding. Just changing this value should be sufficient to change the hash size. Should be an even value. */
    14 	/* Do no change below values */
    15 	/* Do no change below values */