#include <string>
#include "../templates/factory.h"
#include "../templates/singleton.h"
#include "../play_box_physics.h"
Go to the source code of this file.
Namespaces | |
namespace | Factories |
Typedefs | |
typedef Templates::Singleton < Templates::Factory < PlayBoxPhysics, std::string > > | Factories::FactoryPlayBoxPhysics |
Factory that creates instances of objects derived from the PlayBoxPhysics class. |
Project: PGR 2008 Authors: Ondrej Lengal, xlenga00@stud.fit.vutbr.cz Libor Polcak, xpolca03@stud.fit.vutbr.cz Boris Prochazka, xproch63@stud.fit.vutbr.cz Petr Zemek, xzemek02@stud.fit.vutbr.cz