added settras MrTree
[supertux.git] / lib / audio / musicref.cpp
index 2b5efcd..a29db19 100644 (file)
 //  along with this program; if not, write to the Free Software
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
+#include <config.h>
+
 #include "audio/musicref.h"
 
+using namespace SuperTux;
+
 MusicRef::MusicRef()
   : music(0)
 {