Added music class

Former-commit-id: 5288191ecea17cb81e30a175869a2b4ea29dbc2f
This commit is contained in:
Lynix
2012-11-29 17:33:58 +01:00
parent a536bf467b
commit 3f0bb8a8bb
5 changed files with 385 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
// Copyright (C) 2012 Jérôme Leclercq
// This file is part of the "Nazara Engine - Audio module"
// For conditions of distribution and use, see copyright notice in Config.hpp
#include <Nazara/Audio/SoundStream.hpp>
NzSoundStream::~NzSoundStream() = default;