summaryrefslogtreecommitdiff
path: root/src/net/playerhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/playerhandler.h')
-rw-r--r--src/net/playerhandler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/playerhandler.h b/src/net/playerhandler.h
index ae4c1f61f..58c4466b3 100644
--- a/src/net/playerhandler.h
+++ b/src/net/playerhandler.h
@@ -119,6 +119,8 @@ class PlayerHandler notfinal
const int middleStyle,
const int bottomStyle,
const int bodyStyle) const = 0;
+
+ virtual void setTitle(const int titleId) const = 0;
};
} // namespace Net