C++ Project 2016-2017: Arkanoid
Classes
sfml_factory.h File Reference
#include "entity_factory.h"
#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 <SFML/Graphics.hpp>
#include <iostream>
#include <vector>
#include <memory>

Go to the source code of this file.

Classes

class  SFMLFactory
 Factory: Creates EntitySFML. More...