summaryrefslogtreecommitdiff
path: root/src/pathfinder/npf/queue.h
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2010-10-02 19:48:45 +0000
committeralberth <alberth@openttd.org>2010-10-02 19:48:45 +0000
commit0c08955f4da90443eaea1e9d6a862e002d97345b (patch)
tree9280edc680dd43d0349f373eea6c800bc62a4b07 /src/pathfinder/npf/queue.h
parent6802527e02109936e06c31a2b22da1471054a2f5 (diff)
downloadopenttd-0c08955f4da90443eaea1e9d6a862e002d97345b.tar.xz
(svn r20888) -Codechange: Make Hash_FindNode a method.
Diffstat (limited to 'src/pathfinder/npf/queue.h')
-rw-r--r--src/pathfinder/npf/queue.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pathfinder/npf/queue.h b/src/pathfinder/npf/queue.h
index 51b097a16..1f4f08c91 100644
--- a/src/pathfinder/npf/queue.h
+++ b/src/pathfinder/npf/queue.h
@@ -108,6 +108,7 @@ protected:
#ifdef HASH_STATS
void PrintStatistics() const;
#endif
+ HashNode *FindNode(uint key1, uint key2, HashNode** prev_out) const;
};
#endif /* QUEUE_H */