(svn r20878) -Codechange: Make AyStarMain_ClosedList_Add a method.
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user