view src/modplug/gui/main.h @ 1928:b68bcc6a39c7

Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
author Kiyoshi Aman <kiyoshi.aman@gmail.com>
date Wed, 19 Sep 2007 11:03:57 -0500
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);