diff options
Diffstat (limited to 'src/net/tmwa/playerhandler.cpp')
-rw-r--r-- | src/net/tmwa/playerhandler.cpp | 4 |
1 files changed, 4 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 |