diff options
Diffstat (limited to 'src/net/playerhandler.h')
-rw-r--r-- | src/net/playerhandler.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/net/playerhandler.h b/src/net/playerhandler.h index c35971c65..68d80cf66 100644 --- a/src/net/playerhandler.h +++ b/src/net/playerhandler.h @@ -112,6 +112,7 @@ class PlayerHandler notfinal const int64_t base, const int mod, const Notify notify) const = 0; + virtual void selectStyle(const int headColor, const int headStyle, const int bodyColor, @@ -121,6 +122,8 @@ class PlayerHandler notfinal const int bodyStyle) const = 0; virtual void setTitle(const int titleId) const = 0; + + virtual void closeStyleWindow() const = 0; }; } // namespace Net |