X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2FABM2.git;a=blobdiff_plain;f=ABM2%2FPlayground.h;h=541bf2af566c1ca3bf512a060c65bb6f9d82ebd4;hp=ae495379ce398ca31e0585fb1fad507bb7d7c44f;hb=716fe3814b66a0c98805c2f5af656fc1d1d1ef2e;hpb=ef328ea4a5e0e2f76f474d3b452e8b35b7fb2995 diff --git a/ABM2/Playground.h b/ABM2/Playground.h index ae49537..541bf2a 100755 --- a/ABM2/Playground.h +++ b/ABM2/Playground.h @@ -21,7 +21,7 @@ public: void Update(); void move(int xloc, int yloc); void move_to(int xloc, int yloc); - void move_to_direction(TMoveDirection dir, int speed); + void move_to_direction(TMoveDirection dir); int getY(); int getX(); int getHeight();