fade out console
[supertux.git] / src / scripting / sound.hpp
index 51aa7b9..ac97f25 100644 (file)
@@ -16,9 +16,10 @@ public:
    */
   void play(const std::string& soundfile);
 
+  ~Sound();
+
 #ifndef SCRIPTING_API
   Sound();
-  ~Sound();
 #endif
 };