Mercurial > audlegacy-plugins
view src/modplug/gui/main.h @ 611:3f7a52adfe0e trunk
[svn] merge recent changes from yaz's branch.
- stable shoutcast playback.
- tag handling improvement.
- view track detail on streaming won't crash. (disabled.)
- filepopup for streaming is partially supported. filepopup displays track name and stream name, but not updated automatically.
author | yaz |
---|---|
date | Tue, 06 Feb 2007 12:11:42 -0800 |
parents | 3da1b8942b8b |
children |
line wrap: on
line source
/* Modplug XMMS Plugin * Authors: Kenton Varda <temporal@gauge3d.org> * * This source code is public domain. */ #include <string> #include "../modplugbmp.h" void ShowAboutWindow(); void ShowConfigureWindow(const ModplugXMMS::Settings& aProps); void ShowInfoWindow(const string& aFileName);