summaryrefslogtreecommitdiff
path: root/opl/opl_timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'opl/opl_timer.h')
-rw-r--r--opl/opl_timer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/opl/opl_timer.h b/opl/opl_timer.h
index 1febcac9..73544013 100644
--- a/opl/opl_timer.h
+++ b/opl/opl_timer.h
@@ -29,6 +29,7 @@ void OPL_Timer_ClearCallbacks(void);
void OPL_Timer_Lock(void);
void OPL_Timer_Unlock(void);
void OPL_Timer_SetPaused(int paused);
+void OPL_Timer_AdjustCallbacks(float factor);
#endif /* #ifndef OPL_TIMER_H */