forked from farnam_jhn/breakoutpp
added files
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#pragma once
|
||||
#ifndef BOARD_H
|
||||
#define BOARD_H
|
||||
#include "getchar.h"
|
||||
#include "structs.h"
|
||||
#include <iostream>
|
||||
|
||||
void drawBoard();
|
||||
bool isBrick(int, int);
|
||||
int inputProccessing(Paddle &paddle);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user