Code refactoring

This commit is contained in:
Torsten Schulz
2017-10-12 14:49:07 +02:00
parent 520f3106e3
commit 57ec9c2cb6
5 changed files with 14 additions and 2 deletions

1
user.h
View File

@@ -52,6 +52,7 @@ namespace Yc {
void doDice();
void changeRoom(std::string newRoom, std::string password);
void checkString(std::string message);
void sendUserList();
};
} // namespace Lib