X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fscripting%2Ffunctions.cpp;h=2e51cad6502e1d01a50af19c4a1959b1e2566c7e;hb=8f82a8e619346be81a3c1bf943baf68953f1f4e7;hp=b46e6e2f67b6f52c6ec8ec258d1b7e4bec1e633d;hpb=7ae3aef67ad305cb9c6ed584cdac6117da9eba88;p=supertux.git diff --git a/src/scripting/functions.cpp b/src/scripting/functions.cpp index b46e6e2f6..2e51cad65 100644 --- a/src/scripting/functions.cpp +++ b/src/scripting/functions.cpp @@ -2,17 +2,17 @@ #include #include #include -#include "textscroller.h" -#include "functions.h" -#include "script_interpreter.h" -#include "tinygettext/tinygettext.h" -#include "resources.h" -#include "gettext.h" +#include "textscroller.hpp" +#include "functions.hpp" +#include "script_interpreter.hpp" +#include "tinygettext/tinygettext.hpp" +#include "resources.hpp" +#include "gettext.hpp" namespace Scripting { -void set_wakeup_time(float seconds) +void wait(float seconds) { ScriptInterpreter::current()->set_wakeup_time(seconds); }