Mercurial > audlegacy-plugins
comparison src/adplug/core/rol.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 |
comparison
equal
deleted
inserted
replaced
702:d25b51e90542 | 703:cae46214b8bf |
---|---|
35 | 35 |
36 CrolPlayer(Copl *newopl); | 36 CrolPlayer(Copl *newopl); |
37 | 37 |
38 ~CrolPlayer(); | 38 ~CrolPlayer(); |
39 | 39 |
40 bool load (const std::string &filename, const CFileProvider &fp); | 40 bool load (VFSFile *fd, const CFileProvider &fp); |
41 bool update (); | 41 bool update (); |
42 void rewind (int subsong); // rewinds to specified subsong | 42 void rewind (int subsong); // rewinds to specified subsong |
43 float getrefresh(); // returns needed timer refresh rate | 43 float getrefresh(); // returns needed timer refresh rate |
44 | 44 |
45 std::string gettype() { return std::string("Adlib Visual Composer"); } | 45 std::string gettype() { return std::string("Adlib Visual Composer"); } |