bot is done, file transfer is next

This commit is contained in:
Mmokane
2024-04-25 00:02:33 +01:00
parent 33717c386a
commit ea65d5f4a0
2 changed files with 31 additions and 11 deletions

View File

@@ -92,6 +92,7 @@ class Server {
};
int randomInRange(int min, int max);
int randomInRange(int min, int max);
std::string intToString(int number);
#endif