Mercurial > audlegacy-plugins
view src/modplug/gui/main.h @ 2511:da7e2ec2ea27
Use macro wrapping for Gtk+ v1 vs v2 differences, yet again.
| author | Matti Hamalainen <ccr@tnsp.org> |
|---|---|
| date | Thu, 03 Apr 2008 00:59:00 +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);
