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