diff options
Diffstat (limited to 'src/being/being.h')
-rw-r--r-- | src/being/being.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/being/being.h b/src/being/being.h index 9ae57d545..65d661142 100644 --- a/src/being/being.h +++ b/src/being/being.h @@ -902,6 +902,8 @@ class Being : public ActorSprite, public ConfigListener void removeItemParticles(const int id); + void createSpeechBubble(); + static int getDefaultEffectId(const int type); BeingInfo *mInfo; |