C++ Project 2016-2017: Arkanoid
|
#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... | |