(svn r20877) -Codechange: Make AyStarMain_OpenList_IsInList a method.

This commit is contained in:
alberth
2010-10-02 19:32:21 +00:00
parent a71d4cae11
commit b06c08cfc4
2 changed files with 4 additions and 3 deletions

View File

@@ -161,6 +161,7 @@ struct AyStar {
Hash OpenListHash;
void OpenListAdd(PathNode *parent, const AyStarNode *node, int f, int g);
OpenListNode *OpenListIsInList(const AyStarNode *node);
OpenListNode *OpenListPop();
};