* Add Airship (regular above-ground theme) and Battle (castle/boss theme) music court...
[supertux.git] / src / badguy / willowisp.hpp
index 2ccbc68..a5ca159 100644 (file)
 #define __WILLOWISP_H__
 
 #include "badguy.hpp"
-#include "object/path.hpp"
-#include "object/path_walker.hpp"
+
+class Path;
+class PathWalker;
+class SoundSource;
+
 #include "script_interface.hpp"
 #include "scripting/willowisp.hpp"