summaryrefslogtreecommitdiff
path: root/src/net/playerhandler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2019-04-08 20:52:53 +0300
committerAndrei Karas <akaras@inbox.ru>2019-04-08 20:52:53 +0300
commitc6ae5185f29076ec4d31b37d84619a261a8a63c8 (patch)
tree14a1720841e6c41a788eb798414cf2bcba2a9cb1 /src/net/playerhandler.h
parentb6043379e6b8035a7e494c5c9045c4785329d63a (diff)
downloadplus-c6ae5185f29076ec4d31b37d84619a261a8a63c8.tar.gz
plus-c6ae5185f29076ec4d31b37d84619a261a8a63c8.tar.bz2
plus-c6ae5185f29076ec4d31b37d84619a261a8a63c8.tar.xz
plus-c6ae5185f29076ec4d31b37d84619a261a8a63c8.zip
Add packet CMSG_PLAYER_STYLE_CLOSE 0x0a48
Diffstat (limited to 'src/net/playerhandler.h')
-rw-r--r--src/net/playerhandler.h3
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