OpenXcom
1.0
Open-source clone of the original X-Com
|
Compares PathfindingNode pointers based on TU cost. More...
#include <PathfindingNode.h>
Public Member Functions | |
bool | operator() (const PathfindingNode *a, const PathfindingNode *b) const |
Compares nodes *a and *b. More... | |
Compares PathfindingNode pointers based on TU cost.
|
inline |
Compares nodes *a and *b.
a | Pointer to first node. |
b | Pointer to second node. |