3 #ifndef FREERECITE__CUI_H
4 #define FREERECITE__CUI_H
24 bool modify(const char *word
= 0);
25 bool modify(const std::string
&word
);
28 void getLine(std::string
&input
);
30 void showAnswer(Scanner
*scanner
) const;
31 void showResult(bool result
);
36 } //Namespace freeRecite end.