changeset 6443 | b8f06d8eb7be |
parent 5860 | 7fdc9b423ba1 |
child 6446 | 47d704c76f88 |
6442:10b44714b85d | 6443:b8f06d8eb7be |
---|---|
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. |