X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fscripting%2Fwrapper.interface.hpp;h=566d00c5b80fd85e1a304b52e9b09bca47abaac8;hb=c81b842f4880cd7b4958e03e983e50bff95d02ef;hp=3249e5dfd0096c964b1c10e6c04596375e91eefe;hpb=42df48af1c359e2a54cfd0daa330c15a1f030544;p=supertux.git diff --git a/src/scripting/wrapper.interface.hpp b/src/scripting/wrapper.interface.hpp index 3249e5dfd..566d00c5b 100644 --- a/src/scripting/wrapper.interface.hpp +++ b/src/scripting/wrapper.interface.hpp @@ -1,16 +1,21 @@ /* 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 "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 "scripting/ambient_sound.hpp" +#include "scripting/anchor_points.hpp" +#include "scripting/camera.hpp" +#include "scripting/candle.hpp" +#include "scripting/display_effect.hpp" +#include "scripting/floating_image.hpp" +#include "scripting/functions.hpp" +#include "scripting/level.hpp" +#include "scripting/level_time.hpp" +#include "scripting/platform.hpp" +#include "scripting/player.hpp" +#include "scripting/scripted_object.hpp" +#include "scripting/ssector.hpp" +#include "scripting/text.hpp" +#include "scripting/thunderstorm.hpp" +#include "scripting/tilemap.hpp" +#include "scripting/willowisp.hpp" +#include "scripting/wind.hpp" + +/* EOF */