src/aystar.h
branchcpp_gui
changeset 6268 4b5241e5dd10
parent 5838 9c3129cb019b
child 6298 c30fe89622df
equal deleted inserted replaced
6267:7c8ec33959b1 6268:4b5241e5dd10
     1 /* $Id$ */
     1 /* $Id$ */
     2 
     2 
     3 /*
     3 /** @file aystar.h
     4  * This file has the header for AyStar
     4  * This file has the header for AyStar
     5  *  AyStar is a fast pathfinding routine and is used for things like
     5  *  AyStar is a fast pathfinding routine and is used for things like
     6  *  AI_pathfinding and Train_pathfinding.
     6  *  AI_pathfinding and Train_pathfinding.
     7  *  For more information about AyStar (A* Algorithm), you can look at
     7  *  For more information about AyStar (A* Algorithm), you can look at
     8  *   http://en.wikipedia.org/wiki/A-star_search_algorithm
     8  *   http://en.wikipedia.org/wiki/A-star_search_algorithm