|
C++ Project 2016-2017: Arkanoid
|
#include "world.h"#include "entity/block/special_block/ball_speed_block.h"#include "entity/block/special_block/player_speed_block.h"#include "entity/block/special_block/invis_block.h"#include <iostream>#include <vector>#include <memory>#include <string>Go to the source code of this file.
Namespaces | |
| arkanoid | |
| All the game logic of the Arkanoid game. | |
Variables | |
| constexpr double | arkanoid::gridW = 9.0 |
| constexpr double | arkanoid::gridH = 7.0 |
1.8.13