Mercurial > audlegacy-plugins
diff src/modplug/modplugbmp.h @ 704:94b22cc75eb8 trunk
[svn] - VFS probing support patch by Christian Birchinger (joker).
| author | nenolod |
|---|---|
| date | Fri, 23 Feb 2007 20:30:42 -0800 |
| parents | 7ce296248b5c |
| children | 195b5657303e |
line wrap: on
line diff
--- a/src/modplug/modplugbmp.h Fri Feb 23 20:23:34 2007 -0800 +++ b/src/modplug/modplugbmp.h Fri Feb 23 20:30:42 2007 -0800 @@ -84,7 +84,7 @@ ~ModplugXMMS(); void Init(); // Called when the plugin is loaded - bool CanPlayFile(const string& aFilename);// Return true if the plugin can handle the file + bool CanPlayFileFromVFS(const string& aFilename, VFSFile *file); // Return true if the plugin can handle the file void CloseConfigureBox();
