-renamed ViewPort to Camera
[supertux.git] / src / particlesystem.h
index f0b86b7..8bd117a 100644 (file)
@@ -42,13 +42,13 @@ class DisplayManager;
  * initialize particles in the constructor and move them in the simulate
  * function.
  */
-class ParticleSystem : public _GameObject, public Drawable
+class ParticleSystem : public GameObject, public Drawable
 {
 public:
     ParticleSystem(DisplayManager& displaymanager);
     virtual ~ParticleSystem();
     
-    virtual void draw(ViewPort& view, int layer);
+    virtual void draw(Camera& view, int layer);
 
 protected:
     class Particle