![](/media/cache/img/default_profile.jpg.50x50_q85.jpg)
Tobis Programm forked to not destroy your golden files
Fork of Robocode by
Diff: source/grabbing.cpp
- Revision:
- 18:a82994e67297
- Parent:
- 13:57f5a7876d2f
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/source/grabbing.cpp Thu Mar 02 08:16:07 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