forked from farnam_jhn/breakoutpp
6 lines
87 B
C++
6 lines
87 B
C++
#include "getchar.h"
|
|
#include <iostream>
|
|
|
|
char optionChoosenByUser();
|
|
void helpMenu();
|