(svn r20879) -Codechange: Make AyStarMain_ClosedList_IsInList a method.
This commit is contained in:
@@ -165,6 +165,7 @@ struct AyStar {
|
||||
OpenListNode *OpenListPop();
|
||||
|
||||
void ClosedListAdd(const PathNode *node);
|
||||
PathNode *ClosedListIsInList(const AyStarNode *node);
|
||||
};
|
||||
|
||||
#endif /* AYSTAR_H */
|
||||
|
||||
Reference in New Issue
Block a user