(svn r20876) -Codechange: Make AyStarMain_OpenList_Pop 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 *OpenListPop();
|
||||
};
|
||||
|
||||
#endif /* AYSTAR_H */
|
||||
|
||||
Reference in New Issue
Block a user