Added some functionality
This commit is contained in:
2
user.h
2
user.h
@@ -37,6 +37,7 @@ namespace Yc {
|
||||
void checkerTask();
|
||||
void stop();
|
||||
std::string color() const;
|
||||
void setParent(Room *parent);
|
||||
private:
|
||||
Room *_parent;
|
||||
std::string _name;
|
||||
@@ -50,6 +51,7 @@ namespace Yc {
|
||||
void handleMessage(std::string message);
|
||||
void doDice();
|
||||
void changeRoom(std::string newRoom, std::string password);
|
||||
void checkString(std::string message);
|
||||
};
|
||||
|
||||
} // namespace Lib
|
||||
|
||||
Reference in New Issue
Block a user