summaryrefslogtreecommitdiff
path: root/src/moves.ads
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2017-08-06 21:55:23 +1000
committerJed Barber <jjbarber@y7mail.com>2017-08-06 21:55:23 +1000
commit051ddb2a265dda897bce72edc318beadd111eba2 (patch)
tree27ee7ab70250eb3fdcd8c358ec4712c44a7907f4 /src/moves.ads
parent751f0ac7e8f695413d8c1a56deefa428d5314b9b (diff)
Mouseclick pathing now implemented
Diffstat (limited to 'src/moves.ads')
-rw-r--r--src/moves.ads10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/moves.ads b/src/moves.ads
index 1462847..728526c 100644
--- a/src/moves.ads
+++ b/src/moves.ads
@@ -32,6 +32,11 @@ package Moves is
List : in Path);
+ procedure Prefix
+ (This : in out Path;
+ Item : in Move);
+
+
function Latest
(This : in Path)
return Move;
@@ -46,6 +51,11 @@ package Moves is
return Natural;
+ procedure Total_Delta
+ (This : in Path;
+ DX, DY : out Integer);
+
+
private