Breakout
Classes | Variables
Paddle.h File Reference
#include "Vec2.h"
#include "Ball.h"
#include "Contact.h"
#include <SDL2/SDL.h>
#include "ResourceManager.h"
Include dependency graph for Paddle.h:
This graph shows which files directly or indirectly include this file:

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
 

Variable Documentation

◆ PADDLE_HEIGHT

const int PADDLE_HEIGHT = 30

◆ PADDLE_SPEED

const float PADDLE_SPEED = 1.0f

◆ PADDLE_WIDTH

const int PADDLE_WIDTH = 150