diff src/modplug/modplugbmp.h @ 1447:195b5657303e

updated input plugins to use set_pb_ready to signal to the core that they're ready for playback
author Giacomo Lozito <james@develia.org>
date Fri, 10 Aug 2007 22:00:07 +0200
parents 94b22cc75eb8
children 488f7e6c36ed
line wrap: on
line diff
--- a/src/modplug/modplugbmp.h	Fri Aug 10 12:42:07 2007 -0500
+++ b/src/modplug/modplugbmp.h	Fri Aug 10 22:00:07 2007 +0200
@@ -88,7 +88,7 @@
 
 	void CloseConfigureBox();
 
-	void PlayFile(const string& aFilename);// Play the file.
+	void PlayFile(const string& aFilename, InputPlayback *data);// Play the file.
 	void Stop();                       // Stop playing.
 	void Pause(bool aPaused);              // Pause or unpause.