src/npf.h
changeset 8604 8afdd9877afd
parent 8427 143b0be22af1
child 8635 3bbb6f87fced
equal deleted inserted replaced
8603:88c5ce6a5215 8604:8afdd9877afd
     7 
     7 
     8 #include "openttd.h"
     8 #include "openttd.h"
     9 #include "aystar.h"
     9 #include "aystar.h"
    10 #include "station.h"
    10 #include "station.h"
    11 #include "vehicle.h"
    11 #include "vehicle.h"
    12 #include "tile.h"
    12 #include "tile_type.h"
    13 
    13 
    14 /* mowing grass */
    14 /* mowing grass */
    15 enum {
    15 enum {
    16 	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.
    16 	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.
    17 	/* Do no change below values */
    17 	/* Do no change below values */