Animation added

This commit is contained in:
2019-07-08 20:46:19 -03:00
parent ab5c685963
commit 574092db34
33 changed files with 3830 additions and 9 deletions

View File

@@ -12,8 +12,11 @@
using namespace std::chrono;
using std::cout;
using std::flush;
using std::string;
using std::to_string;
using std::this_thread::sleep_for;
using std::chrono::milliseconds;
/*
@@ -64,7 +67,10 @@ class Park_time {
int start_to_int(); // helper
};
// test funciton
// test function
void Wait(int sec);
#endif // Park_time
// function that slowly outputs each character one by one
void text_animation(const string& text, unsigned int pause_time);
#endif // Park_time