ai_pathfinder.c
changeset 2153 ecfc674410b4
parent 2096 32de4f127e79
child 2163 b17b313113a0
equal deleted inserted replaced
2152:fe994f127588 2153:ecfc674410b4
     4 #include "map.h"
     4 #include "map.h"
     5 #include "tile.h"
     5 #include "tile.h"
     6 #include "command.h"
     6 #include "command.h"
     7 #include "ai_new.h"
     7 #include "ai_new.h"
     8 #include "depot.h"
     8 #include "depot.h"
       
     9 #include "variables.h"
     9 
    10 
    10 #define TEST_STATION_NO_DIR 0xFF
    11 #define TEST_STATION_NO_DIR 0xFF
    11 
    12 
    12 // Tests if a station can be build on the given spot
    13 // Tests if a station can be build on the given spot
    13 // TODO: make it train compatible
    14 // TODO: make it train compatible