summaryrefslogtreecommitdiff
path: root/opl/opl.h
diff options
context:
space:
mode:
authorSimon Howard2009-08-28 18:04:04 +0000
committerSimon Howard2009-08-28 18:04:04 +0000
commite33a4961331301b1e3a5c65d148050fa33c4c594 (patch)
treebf28e4e1af04818592e64af72320438b69245ed1 /opl/opl.h
parent480a31094b7621dd7d65ec05a6e36964dca99b66 (diff)
downloadchocolate-doom-e33a4961331301b1e3a5c65d148050fa33c4c594.tar.gz
chocolate-doom-e33a4961331301b1e3a5c65d148050fa33c4c594.tar.bz2
chocolate-doom-e33a4961331301b1e3a5c65d148050fa33c4c594.zip
Working SDL OPL driver.
Subversion-branch: /branches/opl-branch Subversion-revision: 1632
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 515950b1..3413e3ab 100644
--- a/opl/opl.h
+++ b/opl/opl.h
@@ -88,5 +88,9 @@ void OPL_Lock(void);
void OPL_Unlock(void);
+// Block until the specified number of milliseconds have elapsed.
+
+void OPL_Delay(unsigned int ms);
+
#endif