summaryrefslogtreecommitdiff
path: root/src/common.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/common.hpp')
-rw-r--r--src/common.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common.hpp b/src/common.hpp
index 8f610a5..79c160a 100644
--- a/src/common.hpp
+++ b/src/common.hpp
@@ -132,8 +132,8 @@ namespace world {
~path_finder_t();
void setup_nodes(v2f_t src_, v2f_t dst_);
void find_r(tile_index_t index, float dist);
- void find(void);
- bool export_path(std::list<v2f_t> *list);
+ bool find(void);
+ void export_path(std::list<v2f_t> *list);
};
}