]> git.mxchange.org Git - simgear.git/blobdiff - simgear/sound/soundmgr_openal.cxx
Clean up the code a bit and combine soundmgr_openal.hxx and soundmgr_aeonwave.hxx...
[simgear.git] / simgear / sound / soundmgr_openal.cxx
index 1db1cbc76b36268615ad9c1976851dc7ddd9d8ae..247d11a8b2fc3d8ffad4fe30abbd05b085661af5 100644 (file)
@@ -1,4 +1,4 @@
-// soundmgr.cxx -- Sound effect management class
+// soundmgr_openal.cxx -- Sound effect management class for OpenAL
 //
 // Sound manager initially written by David Findlay
 // <david_j_findlay@yahoo.com.au> 2001
@@ -38,7 +38,7 @@
 
 #include <boost/foreach.hpp>
 
-#include "soundmgr_openal.hxx"
+#include "soundmgr.hxx"
 #include "readwav.hxx"
 #include "soundmgr_openal_private.hxx"
 #include "sample_group.hxx"