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

Go to the source code of this file.

Classes

class  arkanoid::Entity
 An Entity represents an "object" (like Player, Ball, Block, ...) in the game World. More...
 

Namespaces

 arkanoid
 All the game logic of the Arkanoid game.