summaryrefslogtreecommitdiff
path: root/src/player.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/player.h')
-rw-r--r--src/player.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/player.h b/src/player.h
index 9a5c6c94..83cb4ec0 100644
--- a/src/player.h
+++ b/src/player.h
@@ -54,6 +54,10 @@ class Player : public Being
#ifdef EATHENA_SUPPORT
virtual void logic();
#endif
+ /**
+ * Returns the path to the player's current destination
+ */
+ Path findPath();
virtual Type getType() const;