src/yapf/yapf.h
changeset 6247 7d81e3a5d803
parent 6121 2aae24b0881f
child 6248 e4a2ed7e5613
equal deleted inserted replaced
6246:75451000349d 6247:7d81e3a5d803
    64 
    64 
    65 /** Use this function to notify YAPF that track layout (or signal configuration) has change */
    65 /** Use this function to notify YAPF that track layout (or signal configuration) has change */
    66 void YapfNotifyTrackLayoutChange(TileIndex tile, Track track);
    66 void YapfNotifyTrackLayoutChange(TileIndex tile, Track track);
    67 
    67 
    68 /** performance measurement helpers */
    68 /** performance measurement helpers */
    69 void* NpfBeginInterval(void);
    69 void* NpfBeginInterval();
    70 int NpfEndInterval(void* perf);
    70 int NpfEndInterval(void* perf);
    71 
    71 
    72 
    72 
    73 extern int _aystar_stats_open_size;
    73 extern int _aystar_stats_open_size;
    74 extern int _aystar_stats_closed_size;
    74 extern int _aystar_stats_closed_size;