#include "OrxoBloxBot.h" #include "core/CoreIncludes.h" namespace orxonox { RegisterClass(OrxoBloxBot); /** @brief Constructor. Registers the object and creates a OrxoBloxAI controller. */ OrxoBloxBot::OrxoBloxBot(Context* context) : Bot(context) { RegisterObject(OrxoBloxBot); } }