Burp
|
#include "game/arene.h"
#include "file_reader/interpreter.h"
#include "game/robot.h"
#include "game/missile.h"
Go to the source code of this file.
Functions | |
short | cycle (arena *a, int line[4], Tree syntax_tree[4]) |
char * | getNextCommand (int idRobot) |
void | init_next (arena *a, int line[4], Tree syntax_tree[4]) |
Realise a cycle of the model. change the result of getNextCommand.
char* getNextCommand | ( | int | idRobot | ) |
Return a string that correspond to the next command that will be executed by the robot of id [ idRobot ]