Mercurial > audlegacy-plugins
view src/modplug/gui/main.h @ 1279:2ebffac54865
unescape url encoded filename where real filename is needed.
| author | Yoshiki Yazawa <yaz@cc.rim.or.jp> |
|---|---|
| date | Tue, 17 Jul 2007 01:14:36 +0900 |
| 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);
