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

This commit is contained in:
alberth
2010-10-02 19:32:21 +00:00
parent 5e636d6a5c
commit fa661e4075
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();
};