Mercurial > audlegacy
view Plugins/Input/modplug/archive/open.h @ 1622:55011fbbd8cb trunk
[svn] - detect what $(SHARED_SUFFIX) should be.
- detect if we are using Apple-GCC.
author | nenolod |
---|---|
date | Wed, 06 Sep 2006 12:57:50 -0700 |
parents | 37316876ef6e |
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