#pragma once
class fBullCowGame
{
public:
void Reset(); //make a more rich return value
int GetMaxTries();
bool DidTheyWin();
int GetCurrentAttempt();
bool AreLettersBulls();
bool AreLettersCows();
#pragma once
class fBullCowGame
{
public:
void Reset(); //make a more rich return value
int GetMaxTries();
bool DidTheyWin();
int GetCurrentAttempt();
bool AreLettersBulls();
bool AreLettersCows();