aboutsummaryrefslogtreecommitdiff
path: root/saga/actor.h
diff options
context:
space:
mode:
Diffstat (limited to 'saga/actor.h')
-rw-r--r--saga/actor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/saga/actor.h b/saga/actor.h
index 663259d216..7c6d04c4bd 100644
--- a/saga/actor.h
+++ b/saga/actor.h
@@ -135,6 +135,8 @@ struct ActorFrameSequence {
ActorFrameRange directions[ACTOR_DIRECTIONS_COUNT];
};
+int pathLine(Point *pointList, const Point &point1, const Point &point2);
+
struct Location {
int32 x; // logical coordinates
int32 y; //