]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Audio/Sounds.cpp
Rename all C++ headers with .hpp extension
[lugaru.git] / Source / Audio / Sounds.cpp
index 2e47da014fc548fcfd062f0eea3844733b43b512..063e0c81b0d9d862d1fc8bbe7b3d1995b193af4f 100644 (file)
@@ -17,10 +17,10 @@ You should have received a copy of the GNU General Public License
 along with Lugaru.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "Audio/openal_wrapper.h"
-#include "Audio/Sounds.h"
-#include "Math/Quaternions.h"
-#include "Utils/Folders.h"
+#include "Audio/Sounds.hpp"
+
+#include "Audio/openal_wrapper.hpp"
+#include "Utils/Folders.hpp"
 
 struct OPENAL_SAMPLE *samp[sounds_count];