summaryrefslogtreecommitdiff
path: root/src/being.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/being.h')
-rw-r--r--src/being.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/being.h b/src/being.h
index f5f1a1a7..cceebc3c 100644
--- a/src/being.h
+++ b/src/being.h
@@ -51,6 +51,7 @@ class Graphics;
class ImageSet;
class Particle;
class SpeechBubble;
+class Text;
/**
* A position along a being's path.
@@ -398,6 +399,7 @@ class Being : public Sprite
Path mPath;
std::string mSpeech;
+ Text *mText;
Uint16 mHairStyle, mHairColor;
Uint8 mGender;
Uint32 mSpeechTime;