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

Go to the source code of this file.

Classes

struct  Point
 Represents a single point in the 2D plane. More...
 
class  Brick
 Represents the a single brick. More...
 

Macros

#define BRICK_WIDTH   75
 
#define BRICK_HEIGHT   25
 
#define SPACING   16
 

Macro Definition Documentation

◆ BRICK_HEIGHT

#define BRICK_HEIGHT   25

◆ BRICK_WIDTH

#define BRICK_WIDTH   75

◆ SPACING

#define SPACING   16