#include "Robot.hpp"#include <cstdlib>#include <iostream>#include "DemoBot.hpp"#include "DefenderBot.hpp"

Go to the source code of this file.
Macros | |
| #define | RBP_NUM_PLAYERS 2 |
| #define | RBP_CALL_CONSTRUCTOR(x) rbp_construct_robot(x) |
Typedefs | |
| typedef DemoBot | Player1 |
| typedef DefenderBot | Player2 |
Functions | |
| Robot * | rbp_construct_robot (int x) |
| #define RBP_CALL_CONSTRUCTOR | ( | x | ) | rbp_construct_robot(x) |
Definition at line 22 of file player_config.hpp.
Referenced by RoboSim::RoboAPIImplementor::finalizeBuilding(), and RoboSim::RoboSim().
| #define RBP_NUM_PLAYERS 2 |
Definition at line 9 of file player_config.hpp.
Referenced by RoboSim::RoboSim().
Definition at line 16 of file player_config.hpp.
| typedef DefenderBot Player2 |
Definition at line 17 of file player_config.hpp.
|
inline |
Definition at line 24 of file player_config.hpp.