Definition of a queue's node. More...
#include <pathqueue.h>

Public Attributes | |
| int | x |
| int | y |
| < Coordonate X of a cell | |
| struct _Node * | next |
| < Coordonate Y of a cell | |
Definition of a queue's node.
| struct _Node* _Node::next |
< Coordonate Y of a cell
| int _Node::x |
| int _Node::y |
< Coordonate X of a cell
1.7.1