Mercurial > audlegacy-plugins
view src/modplug/gui/main.h @ 1216:cc04ccffaa8d
ignore the VMIX balance setting until it gets fixed by the OSS4 devs
| author | Cristi Magherusan <majeru@atheme-project.org> |
|---|---|
| date | Sun, 08 Jul 2007 22:26:25 +0300 |
| 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);
