It's really bad to use using namepspace std
in the header...
This commit is contained in:
parent
6e5fa6778f
commit
fe83e31524
@ -11,11 +11,10 @@
|
||||
|
||||
#include "Boggle.h"
|
||||
#include <string>
|
||||
using namespace std;
|
||||
|
||||
void intro();
|
||||
void playOneGame(Boggle& boggle);
|
||||
bool yesOrNo(string prompt);
|
||||
bool yesOrNo(std::string prompt);
|
||||
void clearConsole();
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user