(svn r20875) -Codechange: Make AyStarMain_OpenList_Add a method.

This commit is contained in:
alberth
2010-10-02 19:30:24 +00:00
parent 9b21dfaeb0
commit 969139b343
2 changed files with 7 additions and 5 deletions

View File

@@ -159,6 +159,8 @@ struct AyStar {
/* An extra hash to speed up the process of looking up an element in
* the open list */
Hash OpenListHash;
void OpenListAdd(PathNode *parent, const AyStarNode *node, int f, int g);
};
#endif /* AYSTAR_H */