view src/modplug/gui/main.h @ 14:772c5d3af066 trunk

[svn] - remove some unnecessary Makefile.in's and replace them with normal Makefiles
author nenolod
date Mon, 18 Sep 2006 03:27:46 -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);