Removed some unused code (handled in video/gl_renderer now)
[supertux.git] / src / scripting / functions.hpp
index d56f6c2..afa649a 100644 (file)
@@ -141,6 +141,11 @@ void play_music(const std::string& musicfile);
 void play_sound(const std::string& soundfile);
 
 /**
+ *  Set the game_speed
+ */
+void set_game_speed(float speed);
+
+/**
  * speeds Tux up
  */
 void grease();