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 e8657a90..f03fc499 100644
--- a/opl/opl_timer.h
+++ b/opl/opl_timer.h
@@ -36,6 +36,7 @@ void OPL_Timer_SetCallback(unsigned int ms,
void OPL_Timer_ClearCallbacks(void);
void OPL_Timer_Lock(void);
void OPL_Timer_Unlock(void);
+void OPL_Timer_SetPaused(int paused);
#endif /* #ifndef OPL_TIMER_H */