src/aystar.cpp
branchnoai
changeset 9723 eee46cb39750
parent 6446 47d704c76f88
child 10429 1b99254f9607
equal deleted inserted replaced
9722:ebf0ece7d8f6 9723:eee46cb39750
    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