C++ Project 2016-2017: Arkanoid
|
#include "logic/world.h"
#include "factory/sfml_factory.h"
#include "gui/math/transformation.h"
#include <SFML/Graphics.hpp>
#include <iostream>
#include <memory>
#include <string>
Go to the source code of this file.
Classes | |
class | Arkanoid |
The actual game that can be run. Interacts with the arkanoid and the arkanoidSFML. More... | |