comparison src/modplug/archive/open.h @ 12:3da1b8942b8b trunk

[svn] - remove src/Input src/Output src/Effect src/General src/Visualization src/Container
author nenolod
date Mon, 18 Sep 2006 03:14:20 -0700
parents src/Input/modplug/archive/open.h@13389e613d67
children
comparison
equal deleted inserted replaced
11:cff1d04026ae 12:3da1b8942b8b
1 /* Modplug XMMS Plugin
2 * Authors: Kenton Varda <temporal@gauge3d.org>
3 *
4 * This source code is public domain.
5 */
6
7 #ifndef __MODPLUG_ARCHIVE_OPEN_H__INCLUDED__
8 #define __MODPLUG_ARCHIVE_OPEN_H__INCLUDED__
9
10 #include "archive.h"
11 #include <string>
12
13 Archive* OpenArchive(const string& aFileName);
14 bool ContainsMod(const string& aFileName);
15
16 #endif