updating Nolok contrib templates
[supertux.git] / lib / audio / sound_manager.h
index b9878e4..4c6e5d7 100644 (file)
@@ -25,7 +25,7 @@
 #include <map>
 
 #include "SDL_mixer.h"
-#include "../math/vector.h"
+#include "math/vector.h"
 
 namespace SuperTux
   {
@@ -59,7 +59,7 @@ namespace SuperTux
       MusicRef load_music(const std::string& file);
 
       /// Load sound.
-      Mix_Chunk * load_sound(const std::string& file);
+      Mix_Chunk* load_sound(const std::string& file);
 
       /// Test if a certain music file exists.
       bool exists_music(const std::string& filename);