diff --git a/examples/PlayMusic/main.cpp b/examples/PlayMusic/main.cpp index c28b586ab..97c1048a7 100644 --- a/examples/PlayMusic/main.cpp +++ b/examples/PlayMusic/main.cpp @@ -1,11 +1,5 @@ /* -** DopplerEffect - Introduction à la lecture de son spatialisé (+ démonstration de l'effet doppler) -** Prérequis: Aucun -** Utilisation du noyau et du module audio -** Présente: -** - Chargement, lecture et positionnement d'un son -** - Gestion basique d'une horloge -** - Gestion basique de position 3D +** PlayMusic - Example on playing a sound using streaming (doesn't load all the file in memory, only the played part) with Nz::Music */ #include diff --git a/src/Nazara/Audio/Formats/drwavLoader.cpp b/src/Nazara/Audio/Formats/drwavLoader.cpp index f8aa59cba..15546f71e 100644 --- a/src/Nazara/Audio/Formats/drwavLoader.cpp +++ b/src/Nazara/Audio/Formats/drwavLoader.cpp @@ -2,7 +2,7 @@ // This file is part of the "Nazara Engine - Audio module" // For conditions of distribution and use, see copyright notice in Config.hpp -#include +#include #include #include #include