X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fscripting%2Fwrapper.interface.hpp;h=c28ce590ed4398053ddf3384e97e54fa3ee65d71;hb=714a30abd887def6331a193216387e66cbfbd1bb;hp=823db4944149e21908fbb9c789bbf12ce82cb3bc;hpb=f3e5e57c9996168a4889ae8e195be25f8b7e629b;p=supertux.git diff --git a/src/scripting/wrapper.interface.hpp b/src/scripting/wrapper.interface.hpp index 823db4944..c28ce590e 100644 --- a/src/scripting/wrapper.interface.hpp +++ b/src/scripting/wrapper.interface.hpp @@ -3,10 +3,16 @@ #include "camera.hpp" #include "level.hpp" #include "scripted_object.hpp" -#include "sound.hpp" #include "text.hpp" #include "functions.hpp" #include "player.hpp" #include "floating_image.hpp" #include "anchor_points.hpp" - +#include "platform.hpp" +#include "candle.hpp" +#include "wind.hpp" +#include "ambient_sound.hpp" +#include "thunderstorm.hpp" +#include "tilemap.hpp" +#include "ssector.hpp" +#include "level_time.hpp"