From 264056972d753e4018ea46472b5f657c75dc4b8a Mon Sep 17 00:00:00 2001 From: John Peterson Date: Sat, 3 Jan 2009 01:38:44 +0000 Subject: 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 --- Branches/MusicMod/Player/Src/VisModule.cpp | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'Branches/MusicMod/Player/Src/VisModule.cpp') 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 -// -// --> 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 +// +// --> 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" -- cgit v1.2.3