Mercurial > audlegacy
view Plugins/Input/modplug/gui/main.h @ 643:7ca6e22bab48 trunk
[svn] Only build what the configure system tells us to build.
author | chainsaw |
---|---|
date | Sun, 19 Feb 2006 06:00:47 -0800 |
parents | 37316876ef6e |
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);