aaa
Fork of Move by
Diff: move.h
- Revision:
- 29:4a81b1e457c3
- Parent:
- 24:d041fc34d846
- Child:
- 30:0b09a05c67df
diff -r e4b81ad2e188 -r 4a81b1e457c3 move.h --- a/move.h Sat Sep 10 18:04:53 2016 +0000 +++ b/move.h Sun Sep 11 01:54:06 2016 +0000 @@ -20,10 +20,10 @@ void turnrad(float rad); //反時計周り -void turnrad_cw(float rad); +void turnrad_cw(float rad int team); //時計周り -void turnrad_ccw(float rad); +void turnrad_ccw(float rad, int team); //好きな場所へ行く void pmove(int x, int y);