added a powerup object that can be placed in levels and represent various powerups...
[supertux.git] / src / object / background.h
index 0bc3ca1..30e86f1 100644 (file)
 //  You should have received a copy of the GNU General Public License
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
-
 #ifndef SUPERTUX_BACKGROUND_H
 #define SUPERTUX_BACKGROUND_H
 
 #include "video/surface.h"
 #include "video/drawing_context.h"
-#include "special/game_object.h"
+#include "game_object.h"
 #include "serializable.h"
 
 class DisplayManager;
@@ -53,7 +52,7 @@ public:
   Color get_gradient_bottom() const
         { return gradient_bottom; }
 
-  virtual void action(float elapsed_time);
+  virtual void update(float elapsed_time);
 
   virtual void draw(DrawingContext& context);