X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fscripting%2Ffunctions.hpp;h=afa649ab311583c514ee6fd965d030aa180d75c2;hb=c3c41a343669d375aaa674c7f3ac35f08f24703e;hp=d56f6c2f7f5b96f431e5000f730589343e2d7392;hpb=fea3446f05e1e7673607b835c269d3e8d1929ab3;p=supertux.git diff --git a/src/scripting/functions.hpp b/src/scripting/functions.hpp index d56f6c2f7..afa649ab3 100644 --- a/src/scripting/functions.hpp +++ b/src/scripting/functions.hpp @@ -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();