Tobis Programm forked to not destroy your golden files
Fork of Robocode by
source/StartUp.cpp
- Committer:
- cittecla
- Date:
- 2017-04-04
- Revision:
- 38:3526c36e4c73
- Child:
- 57:1a395b6928ee
File content as of revision 38:3526c36e4c73:
#include "StartUp.h" int idel(){ return 0; } int idel2(){ return 0; } int initialisation(){ return 0; } int engage_motors(){ return 0; } int test_servos(){ return 0; } int inital_positioning(){ return 0; } int tart_positioning(){ return 0; } int start_mapping(){ return 0; } int initial_turn(){ return 0; }