summaryrefslogtreecommitdiff
path: root/src/particle.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/particle.h')
-rw-r--r--src/particle.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/particle.h b/src/particle.h
index edb3fd6be..27bedade8 100644
--- a/src/particle.h
+++ b/src/particle.h
@@ -24,7 +24,6 @@
#define PARTICLE_H
#include "actor.h"
-#include "guichanfwd.h"
#include "localconsts.h"
#include "vector.h"
@@ -36,6 +35,12 @@ class Particle;
class ParticleEmitter;
class SDLFont;
+namespace gcn
+{
+ class Color;
+ class Font;
+}
+
typedef std::list<Particle *> Particles;
typedef Particles::iterator ParticleIterator;
typedef Particles::const_iterator ParticleConstIterator;