(svn r20877) -Codechange: Make AyStarMain_OpenList_IsInList a method.
This commit is contained in:
@@ -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();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user