The progress which I did.

I continue later.
This commit is contained in:
VoltZ
2019-11-11 19:43:00 +01:00
parent 955b644ad4
commit 67694a5f96
9 changed files with 311 additions and 20 deletions
+2
View File
@@ -9,6 +9,8 @@ namespace Input {
std::string Numpad(uint maxLength, std::string Text);
// -1 if invaild text entered
int getUint(int max, std::string Text);
std::string getString(const std::string &hint, uint maxLength);
}
#endif