Minor stuff
This commit is contained in:
parent
2cd09833a4
commit
557c23a9fa
|
|
@ -1,11 +1,5 @@
|
||||||
/*
|
/*
|
||||||
** DopplerEffect - Introduction à la lecture de son spatialisé (+ démonstration de l'effet doppler)
|
** PlayMusic - Example on playing a sound using streaming (doesn't load all the file in memory, only the played part) with Nz::Music
|
||||||
** 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
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <Nazara/Audio.hpp>
|
#include <Nazara/Audio.hpp>
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
// This file is part of the "Nazara Engine - Audio module"
|
// This file is part of the "Nazara Engine - Audio module"
|
||||||
// For conditions of distribution and use, see copyright notice in Config.hpp
|
// For conditions of distribution and use, see copyright notice in Config.hpp
|
||||||
|
|
||||||
#include <Nazara/Audio/Formats/minimp3Loader.hpp>
|
#include <Nazara/Audio/Formats/drwavLoader.hpp>
|
||||||
#include <Nazara/Audio/Algorithm.hpp>
|
#include <Nazara/Audio/Algorithm.hpp>
|
||||||
#include <Nazara/Audio/Audio.hpp>
|
#include <Nazara/Audio/Audio.hpp>
|
||||||
#include <Nazara/Audio/Config.hpp>
|
#include <Nazara/Audio/Config.hpp>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue