(svn r20876) -Codechange: Make AyStarMain_OpenList_Pop a method.

This commit is contained in:
alberth
2010-10-02 19:31:24 +00:00
parent 969139b343
commit 5e636d6a5c
2 changed files with 5 additions and 4 deletions

View File

@@ -161,6 +161,7 @@ struct AyStar {
Hash OpenListHash;
void OpenListAdd(PathNode *parent, const AyStarNode *node, int f, int g);
OpenListNode *OpenListPop();
};
#endif /* AYSTAR_H */