(svn r20879) -Codechange: Make AyStarMain_ClosedList_IsInList a method.

This commit is contained in:
alberth
2010-10-02 19:34:32 +00:00
parent 4f8af5d336
commit a7ffc9a268
2 changed files with 5 additions and 4 deletions

View File

@@ -165,6 +165,7 @@ struct AyStar {
OpenListNode *OpenListPop();
void ClosedListAdd(const PathNode *node);
PathNode *ClosedListIsInList(const AyStarNode *node);
};
#endif /* AYSTAR_H */