CashWorld/ui_helper.h

11 lines
157 B
C
Raw Permalink Normal View History

2018-06-17 12:12:32 +08:00
#pragma once
#include <string>
void ClearScreen();
void ClearInput();
void WaitPause();
void title(const std::string& xtitle);
int GetChoice(int max_id);