summaryrefslogtreecommitdiff
path: root/src/net/tmwa
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/tmwa')
-rw-r--r--src/net/tmwa/playerhandler.cpp4
-rw-r--r--src/net/tmwa/playerhandler.h2
2 files changed, 6 insertions, 0 deletions
diff --git a/src/net/tmwa/playerhandler.cpp b/src/net/tmwa/playerhandler.cpp
index f70aac88f..ed165d044 100644
--- a/src/net/tmwa/playerhandler.cpp
+++ b/src/net/tmwa/playerhandler.cpp
@@ -510,4 +510,8 @@ void PlayerHandler::setTitle(const int titleId A_UNUSED) const
{
}
+void PlayerHandler::closeStyleWindow() const
+{
+}
+
} // namespace TmwAthena
diff --git a/src/net/tmwa/playerhandler.h b/src/net/tmwa/playerhandler.h
index e5d1ff2df..d9edaa2bd 100644
--- a/src/net/tmwa/playerhandler.h
+++ b/src/net/tmwa/playerhandler.h
@@ -96,6 +96,8 @@ class PlayerHandler final : public Ea::PlayerHandler
const Notify notify) const override final;
void setTitle(const int titleId) const override final;
+
+ void closeStyleWindow() const override final;
};
} // namespace TmwAthena