Skip to content
Snippets Groups Projects
tools.h 181 B
#ifndef TOOLS_H_INCLUDED
#define TOOLS_H_INCLUDED
void clearScreen();
void clearBuffer();
void waitForEnter();
int askYesOrNo(char*);
void PrintLogo ();

#endif // TOOLS_H_INCLUDED