src/aystar.cpp
branchcpp_gui
changeset 6268 4b5241e5dd10
parent 5860 7fdc9b423ba1
equal deleted inserted replaced
6267:7c8ec33959b1 6268:4b5241e5dd10
     1 /* $Id$ */
     1 /* $Id$ */
       
     2 
       
     3 /** @file aystar.cpp */
     2 
     4 
     3 /*
     5 /*
     4  * This file has the core function for AyStar
     6  * This file has the core function for AyStar
     5  *  AyStar is a fast pathfinding routine and is used for things like
     7  *  AyStar is a fast pathfinding routine and is used for things like
     6  *  AI_pathfinding and Train_pathfinding.
     8  *  AI_pathfinding and Train_pathfinding.