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

Go to the source code of this file.

Classes

class  arkanoid::Player
 The Player in the Arkanoid game that represents a "rectangle". More...
 

Namespaces

 arkanoid
 All the game logic of the Arkanoid game.