C++ Project 2016-2017: Arkanoid
Classes | Namespaces
ball.h File Reference
#include "../entity.h"
#include "../player/player.h"
#include "../../math/vector2D.h"
#include "../../math/random.h"
#include <iostream>
#include <memory>
#include <vector>

Go to the source code of this file.

Classes

class  arkanoid::Ball
 The Ball in the Arkanoid game. More...
 

Namespaces

 arkanoid
 All the game logic of the Arkanoid game.