X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fscripting%2Fwrapper.interface.hpp;h=c28ce590ed4398053ddf3384e97e54fa3ee65d71;hb=714a30abd887def6331a193216387e66cbfbd1bb;hp=b47c755c772440f6c9aa7df791fa2a018b7b7119;hpb=5b7f9214cb929399f1a855ef5807018a9447d510;p=supertux.git diff --git a/src/scripting/wrapper.interface.hpp b/src/scripting/wrapper.interface.hpp index b47c755c7..c28ce590e 100644 --- a/src/scripting/wrapper.interface.hpp +++ b/src/scripting/wrapper.interface.hpp @@ -1,9 +1,18 @@ -/* This file is processes by miniswig to produce the scripting API */ +/* This file is processed by miniswig to produce the scripting API */ #include "display_effect.hpp" #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"