[ Patch #1793 ] Turn physic into POD
[supertux.git] / src / scripting / wrapper.interface.hpp
index 823db49..c28ce59 100644 (file)
@@ -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"