diff options
| author | Max Horn | 2004-10-17 19:39:54 +0000 | 
|---|---|---|
| committer | Max Horn | 2004-10-17 19:39:54 +0000 | 
| commit | 697da0eb9bbe3a889946269ee803f63c77ff3fc0 (patch) | |
| tree | 3b863f99f0024dd21276f3f12c2d79a9f5c82ebe | |
| parent | 365b9a1e27b30f25d0782563a3d6838a30ab24cd (diff) | |
| download | scummvm-rg350-697da0eb9bbe3a889946269ee803f63c77ff3fc0.tar.gz scummvm-rg350-697da0eb9bbe3a889946269ee803f63c77ff3fc0.tar.bz2 scummvm-rg350-697da0eb9bbe3a889946269ee803f63c77ff3fc0.zip | |
Add comment
svn-id: r15595
| -rw-r--r-- | sound/mididrv.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/sound/mididrv.h b/sound/mididrv.h index 512ff6b6ab..c3a98aede7 100644 --- a/sound/mididrv.h +++ b/sound/mididrv.h @@ -126,6 +126,8 @@ public:  	// Timing functions - MidiDriver now operates timers  	virtual void setTimerCallback (void *timer_param, Timer::TimerProc timer_proc) = 0; +	 +	/** The time in microseconds between invocations of the timer callback. */  	virtual uint32 getBaseTempo (void) = 0;  	// Channel allocation functions | 
