Fix another small logic error
[supertux.git] / src / scripting / wrapper.interface.hpp
index b47c755..d95dd67 100644 (file)
@@ -1,9 +1,19 @@
-/* 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"
+#include "willowisp.hpp"