fixed bugs

This commit is contained in:
bettercallous
2024-04-30 16:26:19 +01:00
parent 3b951ffdf8
commit 91e8f5c3f2
3 changed files with 23 additions and 5 deletions

View File

@@ -38,6 +38,7 @@ class Client {
void clearCommand();
void appendCommand(std::string str);
void setCommand(std::string cmd);
};
#endif