summaryrefslogtreecommitdiff
path: root/src/textparticle.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/textparticle.h')
-rw-r--r--src/textparticle.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/textparticle.h b/src/textparticle.h
index a61bf8d9..2791cb03 100644
--- a/src/textparticle.h
+++ b/src/textparticle.h
@@ -22,15 +22,11 @@
#ifndef TEXTPARTICLE_H
#define TEXTPARTICLE_H
-#include "guichanfwd.h"
#include "particle.h"
class TextParticle : public Particle
{
public:
- /**
- * Constructor.
- */
TextParticle(Map *map, const std::string &text,
const gcn::Color* color,
gcn::Font *font, bool outline = false);
@@ -38,7 +34,7 @@ class TextParticle : public Particle
/**
* Draws the particle image.
*/
- virtual void draw(Graphics *graphics, int offsetX, int offsetY) const;
+ virtual bool draw(Graphics *graphics, int offsetX, int offsetY) const;
// hack to improve text visibility
virtual int getPixelY() const