summaryrefslogtreecommitdiff
path: root/src/map/path.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/path.hpp')
-rw-r--r--src/map/path.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/map/path.hpp b/src/map/path.hpp
index 5f03a90..019a987 100644
--- a/src/map/path.hpp
+++ b/src/map/path.hpp
@@ -23,6 +23,10 @@
# include "fwd.hpp"
+
+namespace tmwa
+{
int path_search(struct walkpath_data *, map_local *, int, int, int, int, int);
+} // namespace tmwa
#endif // TMWA_MAP_PATH_HPP