C++ Project 2016-2017: Arkanoid
Classes
entity_factory.h File Reference
#include "../logic/entity/player/player.h"
#include "../logic/entity/ball/ball.h"
#include "../logic/entity/wall/wall.h"
#include "../logic/entity/block/block.h"
#include <iostream>
#include <memory>
#include <vector>

Go to the source code of this file.

Classes

class  EntityFactory
 Abstract Factory: Creates arkanoid::Entity. More...