#pragma once #include void ClearScreen(); void ClearInput(); void WaitPause(); void title(const std::string& xtitle); int GetChoice(int max_id);