diff options
| author | John Peterson <jpeterson57@gmail.com> | 2009-01-03 01:38:44 +0000 |
|---|---|---|
| committer | John Peterson <jpeterson57@gmail.com> | 2009-01-03 01:38:44 +0000 |
| commit | 264056972d753e4018ea46472b5f657c75dc4b8a (patch) | |
| tree | 159d3d1f36877e6600ce1652da35a54b5c5a98ce /Branches/MusicMod/Player/Src/VisModule.cpp | |
| parent | 55db2299291707e837d49b9f34b8656b91d3ab14 (diff) | |
MusicMod: Added music modification, it currently only works in Windows
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1736 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Branches/MusicMod/Player/Src/VisModule.cpp')
| -rw-r--r-- | Branches/MusicMod/Player/Src/VisModule.cpp | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/Branches/MusicMod/Player/Src/VisModule.cpp b/Branches/MusicMod/Player/Src/VisModule.cpp index fce981a0f7..b171ed7b3f 100644 --- a/Branches/MusicMod/Player/Src/VisModule.cpp +++ b/Branches/MusicMod/Player/Src/VisModule.cpp @@ -1,13 +1,13 @@ -//////////////////////////////////////////////////////////////////////////////// -// Plainamp, Open source Winamp core -// -// Copyright © 2005 Sebastian Pipping <webmaster@hartwork.org> -// -// --> http://www.hartwork.org -// -// This source code is released under the GNU General Public License (GPL). -// See GPL.txt for details. Any non-GPL usage is strictly forbidden. -//////////////////////////////////////////////////////////////////////////////// +////////////////////////////////////////////////////////////////////////////////
+// Plainamp, Open source Winamp core
+//
+// Copyright © 2005 Sebastian Pipping <webmaster@hartwork.org>
+//
+// --> http://www.hartwork.org
+//
+// This source code is released under the GNU General Public License (GPL).
+// See GPL.txt for details. Any non-GPL usage is strictly forbidden.
+////////////////////////////////////////////////////////////////////////////////
#include "VisModule.h"
|
