Breakout
|
#include "Vec2.h"
#include "Ball.h"
#include "Contact.h"
#include <SDL2/SDL.h>
#include "ResourceManager.h"
Go to the source code of this file.
Classes | |
class | Paddle |
Represents Paddle in the game. More... | |
Variables | |
const int | PADDLE_WIDTH = 150 |
const int | PADDLE_HEIGHT = 30 |
const float | PADDLE_SPEED = 1.0f |
const int PADDLE_HEIGHT = 30 |
const float PADDLE_SPEED = 1.0f |
const int PADDLE_WIDTH = 150 |