view src/modplug/archive/open.h @ 157:34b6f9d5633a trunk

[svn] - use xmms_show_message() here.
author nenolod
date Tue, 31 Oct 2006 12:45:32 -0800
parents 3da1b8942b8b
children
line wrap: on
line source

/* Modplug XMMS Plugin
 * Authors: Kenton Varda <temporal@gauge3d.org>
 *
 * This source code is public domain.
 */

#ifndef __MODPLUG_ARCHIVE_OPEN_H__INCLUDED__
#define __MODPLUG_ARCHIVE_OPEN_H__INCLUDED__

#include "archive.h"
#include <string>

Archive* OpenArchive(const string& aFileName);
bool ContainsMod(const string& aFileName);

#endif