src/aystar.cpp
branchNewGRF_ports
changeset 6872 1c4a4a609f85
parent 6446 47d704c76f88
child 10429 1b99254f9607
equal deleted inserted replaced
6871:5a9dc001e1ad 6872:1c4a4a609f85
    19  */
    19  */
    20 
    20 
    21 #include "stdafx.h"
    21 #include "stdafx.h"
    22 #include "openttd.h"
    22 #include "openttd.h"
    23 #include "aystar.h"
    23 #include "aystar.h"
    24 #include "helpers.hpp"
    24 #include "core/alloc_func.hpp"
    25 
    25 
    26 int _aystar_stats_open_size;
    26 int _aystar_stats_open_size;
    27 int _aystar_stats_closed_size;
    27 int _aystar_stats_closed_size;
    28 
    28 
    29 // This looks in the Hash if a node exists in ClosedList
    29 // This looks in the Hash if a node exists in ClosedList