summaryrefslogtreecommitdiffstats
path: root/src/CompositeChat.h
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2014-02-16 23:31:47 +0100
committermadmaxoft <github@xoft.cz>2014-02-16 23:32:08 +0100
commit4a24e39ac10de4389bcbda29f51ae09f93e794ca (patch)
tree43141fe7a5ea7331866ee7760f870dc25ff85239 /src/CompositeChat.h
parentFixed cBoundingBox self-test code-style. (diff)
downloadcuberite-4a24e39ac10de4389bcbda29f51ae09f93e794ca.tar
cuberite-4a24e39ac10de4389bcbda29f51ae09f93e794ca.tar.gz
cuberite-4a24e39ac10de4389bcbda29f51ae09f93e794ca.tar.bz2
cuberite-4a24e39ac10de4389bcbda29f51ae09f93e794ca.tar.lz
cuberite-4a24e39ac10de4389bcbda29f51ae09f93e794ca.tar.xz
cuberite-4a24e39ac10de4389bcbda29f51ae09f93e794ca.tar.zst
cuberite-4a24e39ac10de4389bcbda29f51ae09f93e794ca.zip
Diffstat (limited to 'src/CompositeChat.h')
-rw-r--r--src/CompositeChat.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/CompositeChat.h b/src/CompositeChat.h
index e220f6345..4b3523b08 100644
--- a/src/CompositeChat.h
+++ b/src/CompositeChat.h
@@ -165,6 +165,11 @@ protected:
/** The message type, as indicated by prefixes. */
eMessageType m_MessageType;
+
+
+ /** Adds a_AddStyle to a_Style; overwrites the existing style if appropriate.
+ If the style already contains something that a_AddStyle overrides, it is erased first. */
+ void AddStyle(AString & a_Style, const AString & a_AddStyle);
} ; // tolua_export