summaryrefslogtreecommitdiff
path: root/opl/opl.h
diff options
context:
space:
mode:
authorSimon Howard2009-09-21 22:20:33 +0000
committerSimon Howard2009-09-21 22:20:33 +0000
commit79698ecfd9e025f28350566d2b89b223688a1b45 (patch)
tree3522b64ee61aab907a27a166c9dbb83cec6e753b /opl/opl.h
parent38b5ee9991eda235bf67aa2260e73e755b1da081 (diff)
downloadchocolate-doom-79698ecfd9e025f28350566d2b89b223688a1b45.tar.gz
chocolate-doom-79698ecfd9e025f28350566d2b89b223688a1b45.tar.bz2
chocolate-doom-79698ecfd9e025f28350566d2b89b223688a1b45.zip
Implement pausing of music.
Subversion-branch: /branches/opl-branch Subversion-revision: 1688
Diffstat (limited to 'opl/opl.h')
-rw-r--r--opl/opl.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/opl/opl.h b/opl/opl.h
index a0998404..f5b93a64 100644
--- a/opl/opl.h
+++ b/opl/opl.h
@@ -96,5 +96,9 @@ void OPL_Unlock(void);
void OPL_Delay(unsigned int ms);
+// Pause the OPL callbacks.
+
+void OPL_SetPaused(int paused);
+
#endif