comparison src/adplug/core/sa2.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
29 29
30 Csa2Loader(Copl *newopl) 30 Csa2Loader(Copl *newopl)
31 : CmodPlayer(newopl) 31 : CmodPlayer(newopl)
32 { } 32 { }
33 33
34 bool load(const std::string &filename, const CFileProvider &fp); 34 bool load(VFSFile *fd, const CFileProvider &fp);
35 35
36 std::string gettype(); 36 std::string gettype();
37 std::string gettitle(); 37 std::string gettitle();
38 unsigned int getinstruments() 38 unsigned int getinstruments()
39 { return 31; } 39 { return 31; }