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

Go to the source code of this file.

Classes

class  Ball
 Represents Ball in the game. More...
 

Variables

const int BALL_WIDTH = 15
 
const int BALL_HEIGHT = 15
 
const float BALL_SPEED = 0.6f
 

Variable Documentation

◆ BALL_HEIGHT

const int BALL_HEIGHT = 15

◆ BALL_SPEED

const float BALL_SPEED = 0.6f

◆ BALL_WIDTH

const int BALL_WIDTH = 15