(svn r20875) -Codechange: Make AyStarMain_OpenList_Add a method.
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user