#include "tinyxml/tinyxml.h"
#include "objects/Object.h"
#include "Factory.h"
#include "Singleton.h"
#include "common.h"
Go to the source code of this file.
Boris Prochazka, xproch63@stud.fit.vutbr.cz
Martin Rapavy, xrapav00@stud.fit.vutbr.cz
Petr Zemek, xzemek02@stud.fit.vutbr.cz
Factory that creates instances of object's configs derived from the Object::Config class.