Tobis Programm forked to not destroy your golden files
Fork of Robocode by
Diff: source/Grabbing.cpp
- Revision:
- 34:40d8d29b44b8
- Parent:
- 18:a82994e67297
- Child:
- 39:92723f7ea54f
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/source/Grabbing.cpp Wed Mar 29 12:10:32 2017 +0000 @@ -0,0 +1,14 @@ +/** + * Grabbing function library + * Handels grabbing of the LEGO-stones +**/ + +#include "mbed.h" + +double time_counter = 0.0f; +double deltatime = 0.0f; + +void grab() +{ + //call grabbing functions +} \ No newline at end of file