comparison src/adplug/core/mkj.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
30 : CPlayer(newopl), songbuf(0) 30 : CPlayer(newopl), songbuf(0)
31 { } 31 { }
32 ~CmkjPlayer() 32 ~CmkjPlayer()
33 { if(songbuf) delete [] songbuf; } 33 { if(songbuf) delete [] songbuf; }
34 34
35 bool load(const std::string &filename, const CFileProvider &fp); 35 bool load(VFSFile *fd, const CFileProvider &fp);
36 bool update(); 36 bool update();
37 void rewind(int subsong); 37 void rewind(int subsong);
38 float getrefresh(); 38 float getrefresh();
39 39
40 std::string gettype() 40 std::string gettype()