(svn r20878) -Codechange: Make AyStarMain_ClosedList_Add a method.

This commit is contained in:
alberth
2010-10-02 19:33:23 +00:00
parent fa661e4075
commit 4f8af5d336
2 changed files with 5 additions and 3 deletions

View File

@@ -163,6 +163,8 @@ struct AyStar {
void OpenListAdd(PathNode *parent, const AyStarNode *node, int f, int g);
OpenListNode *OpenListIsInList(const AyStarNode *node);
OpenListNode *OpenListPop();
void ClosedListAdd(const PathNode *node);
};
#endif /* AYSTAR_H */