X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fscripting%2Fwrapper.interface.hpp;h=566d00c5b80fd85e1a304b52e9b09bca47abaac8;hb=08813a74da6ac1fd045a105e4e8105f1d7f716f0;hp=d95dd67708c7d78961bf8c0ae146eec1c7b7c9ef;hpb=f406067af6cbeb0a638078fe1d386d092583909c;p=supertux.git diff --git a/src/scripting/wrapper.interface.hpp b/src/scripting/wrapper.interface.hpp index d95dd6770..566d00c5b 100644 --- a/src/scripting/wrapper.interface.hpp +++ b/src/scripting/wrapper.interface.hpp @@ -1,19 +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 "ssector.hpp" -#include "level_time.hpp" -#include "willowisp.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 */