Mercurial > audlegacy-plugins
view src/modplug/gui/main.h @ 946:2d06a4e9b032 trunk
[svn] - use a g_cond_wait() to ensure curl has started up before we try to read.
| author | nenolod |
|---|---|
| date | Thu, 12 Apr 2007 13:22:28 -0700 |
| 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);
