summaryrefslogtreecommitdiff
path: root/opl/opl_timer.h
diff options
context:
space:
mode:
authorSimon Howard2009-08-30 12:07:04 +0000
committerSimon Howard2009-08-30 12:07:04 +0000
commit076adeb0aa24e9bdc677435ddb6e444db58d5436 (patch)
tree7f6ddcb1a9f320dcefabc4cd2f6d9338b54f4ae5 /opl/opl_timer.h
parent4d13a1330013cfcf70c8bc13f6183ea404bbdbe4 (diff)
downloadchocolate-doom-076adeb0aa24e9bdc677435ddb6e444db58d5436.tar.gz
chocolate-doom-076adeb0aa24e9bdc677435ddb6e444db58d5436.tar.bz2
chocolate-doom-076adeb0aa24e9bdc677435ddb6e444db58d5436.zip
Add method to clear all existing callbacks.
Subversion-branch: /branches/opl-branch Subversion-revision: 1642
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 26255df5..e8657a90 100644
--- a/opl/opl_timer.h
+++ b/opl/opl_timer.h
@@ -33,6 +33,7 @@ void OPL_Timer_StopThread(void);
void OPL_Timer_SetCallback(unsigned int ms,
opl_callback_t callback,
void *data);
+void OPL_Timer_ClearCallbacks(void);
void OPL_Timer_Lock(void);
void OPL_Timer_Unlock(void);