summaryrefslogtreecommitdiff
path: root/src/textparticle.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-12-27 15:58:18 +0300
committerAndrei Karas <akaras@inbox.ru>2012-12-27 23:15:05 +0300
commit697e5bbf3171b0ba1fbbc0bbe61461c7726bf1ce (patch)
treee5cbf0d91a689a598193c7b7a292e7c711c49fdc /src/textparticle.h
parent60add2c149c9c61bfbede5ae92cfe216927aca8a (diff)
downloadplus-697e5bbf3171b0ba1fbbc0bbe61461c7726bf1ce.tar.gz
plus-697e5bbf3171b0ba1fbbc0bbe61461c7726bf1ce.tar.bz2
plus-697e5bbf3171b0ba1fbbc0bbe61461c7726bf1ce.tar.xz
plus-697e5bbf3171b0ba1fbbc0bbe61461c7726bf1ce.zip
Remove textrenderer class.
Diffstat (limited to 'src/textparticle.h')
-rw-r--r--src/textparticle.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/textparticle.h b/src/textparticle.h
index a9f1a86ad..cfd6841ba 100644
--- a/src/textparticle.h
+++ b/src/textparticle.h
@@ -56,6 +56,7 @@ class TextParticle final : public Particle
gcn::Font *mTextFont; /**< Font used for drawing the text. */
const gcn::Color *mColor; /**< Color used for drawing the text. */
bool mOutline; /**< Make the text better readable */
+ int mTextWidth;
};
#endif