comparison src/adplug/core/dmo.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
26 public: 26 public:
27 static CPlayer *factory(Copl *newopl); 27 static CPlayer *factory(Copl *newopl);
28 28
29 CdmoLoader(Copl *newopl) : Cs3mPlayer(newopl) { }; 29 CdmoLoader(Copl *newopl) : Cs3mPlayer(newopl) { };
30 30
31 bool load(const std::string &filename, const CFileProvider &fp); 31 bool load(VFSFile *fd, const CFileProvider &fp);
32 32
33 std::string gettype(); 33 std::string gettype();
34 std::string getauthor(); 34 std::string getauthor();
35 35
36 private: 36 private: