k

Dependents:   3rdcompfixstart 2ndcomp 4thcomp 6th33222_copy

Fork of Move by Tk A

Revision:
3:cecaa0154f92
Parent:
2:f25a09c5e113
Child:
4:4c574be6325c
--- a/move.h	Mon Sep 05 10:37:57 2016 +0000
+++ b/move.h	Mon Sep 05 11:08:19 2016 +0000
@@ -25,13 +25,7 @@
 //好きな向きに回転
 void turn_abs_rad(float rad);
 
-void pmovex(int length);
-
-void pmovey(int length);
+//好きな場所へ行く
+void pmove_to_dir(int direction, int x, int y);
 
-void pmovex_minus(int);
-
-void pmove(int length);
-
-//好きな場所へ行く
-void pmove_to_dir(int direction, int x, int y);
\ No newline at end of file
+void back();
\ No newline at end of file