Mercurial > audlegacy-plugins
comparison src/adplug/core/a2m.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 | 87666f9bf6d0 |
comparison
equal
deleted
inserted
replaced
702:d25b51e90542 | 703:cae46214b8bf |
---|---|
28 | 28 |
29 Ca2mLoader(Copl *newopl) | 29 Ca2mLoader(Copl *newopl) |
30 : CmodPlayer(newopl) | 30 : CmodPlayer(newopl) |
31 { }; | 31 { }; |
32 | 32 |
33 bool load(const std::string &filename, const CFileProvider &fp); | 33 bool load(VFSFile *fd, const CFileProvider &fp); |
34 float getrefresh(); | 34 float getrefresh(); |
35 | 35 |
36 std::string gettype() | 36 std::string gettype() |
37 { return std::string("AdLib Tracker 2"); }; | 37 { return std::string("AdLib Tracker 2"); }; |
38 std::string gettitle() | 38 std::string gettitle() |