From 557c23a9fac2af2222453cdd450345efa381b0f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Leclercq?= Date: Sat, 29 May 2021 23:17:50 +0200 Subject: [PATCH] Minor stuff --- examples/PlayMusic/main.cpp | 8 +------- src/Nazara/Audio/Formats/drwavLoader.cpp | 2 +- 2 files changed, 2 insertions(+), 8 deletions(-) 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