aboutsummaryrefslogtreecommitdiffstats
path: root/include/astar.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/astar.hpp')
-rw-r--r--include/astar.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/astar.hpp b/include/astar.hpp
index d40b97f..9dde48f 100644
--- a/include/astar.hpp
+++ b/include/astar.hpp
@@ -10,6 +10,7 @@
// TODO add constructors and functions to calculate heuristics etc..
class AStar {
public:
+ AStar();
private:
};