Tobis Programm forked to not destroy your golden files
Fork of Robocode by
Diff: source/Movement.cpp
- Revision:
- 39:92723f7ea54f
- Parent:
- 34:40d8d29b44b8
- Child:
- 44:7118b23b0fd7
- Child:
- 52:56399c2f13cd
--- a/source/Movement.cpp Tue Apr 04 15:01:59 2017 +0000 +++ b/source/Movement.cpp Tue Apr 04 15:28:26 2017 +0000 @@ -2,6 +2,64 @@ * Movement function library * Handels Movement of the Robot **/ + +#include "Movement.h" + +int moving(){ + + return 0; + } + +int moving_forward_for_distance(){ + + return 0; + } + +int moving_backward_for_distance(){ + + return 0; + } + +int turn_left_for_deg(){ + + return 0; + } + +int turn_right_for_deg(){ + + return 0; + } + +int move_to_next_coord(){ + + return 0; + } + +int move_in_search_for_brick(){ + + return 0; + } + + + + + + + + + + + + + + + + + + + + + /* #include "mbed.h"