aaa

Fork of Move by 涼太郎 中村

Revision:
3:cecaa0154f92
Parent:
2:f25a09c5e113
Child:
4:4c574be6325c
diff -r f25a09c5e113 -r cecaa0154f92 move.h
--- 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