Mercurial > audlegacy-plugins
diff src/adplug/core/lds.h @ 703:cae46214b8bf trunk
[svn] - rework AdPlug to use VFS properly
see http://sacredspiral.co.uk/~nenolod/adplug-vfs-ng.diff for a diff.
| author | nenolod |
|---|---|
| date | Fri, 23 Feb 2007 20:23:34 -0800 |
| parents | 3da1b8942b8b |
| children |
line wrap: on
line diff
--- a/src/adplug/core/lds.h Thu Feb 22 07:19:39 2007 -0800 +++ b/src/adplug/core/lds.h Fri Feb 23 20:23:34 2007 -0800 @@ -29,7 +29,7 @@ CldsPlayer(Copl *newopl); virtual ~CldsPlayer(); - bool load(const std::string &filename, const CFileProvider &fp); + bool load(VFSFile *fd, const CFileProvider &fp); virtual bool update(); virtual void rewind(int subsong = -1); float getrefresh() { return 70.0f; }
