aboutsummaryrefslogtreecommitdiff
path: root/sword2/credits.h
diff options
context:
space:
mode:
authorPaweł Kołodziejski2003-08-30 18:06:08 +0000
committerPaweł Kołodziejski2003-08-30 18:06:08 +0000
commita2dad74da12f4d4bd63f79e86d0226c07e16dcc9 (patch)
tree4e3cecef76dcac2467755f8b4e92889a44420988 /sword2/credits.h
parent890c5cde042ce1fa1cce0c55e6ef7976dc2bbb9a (diff)
downloadscummvm-rg350-a2dad74da12f4d4bd63f79e86d0226c07e16dcc9.tar.gz
scummvm-rg350-a2dad74da12f4d4bd63f79e86d0226c07e16dcc9.tar.bz2
scummvm-rg350-a2dad74da12f4d4bd63f79e86d0226c07e16dcc9.zip
added sfx support, increased speech support, and music code(streaming works fine but you don't hear anything) newStream, and appendStream doesn't work but playRaw works for music
svn-id: r9923
Diffstat (limited to 'sword2/credits.h')
-rw-r--r--sword2/credits.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sword2/credits.h b/sword2/credits.h
index 26337c81c6..efb7a27095 100644
--- a/sword2/credits.h
+++ b/sword2/credits.h
@@ -23,6 +23,6 @@
#include "driver/driver96.h"
// int32 __declspec( dllexport ) Credits(_drvDrawStatus *pDrawStatus, _drvSoundStatus *pSoundStatus, const char *cdPath, BOOL smoke, BOOL *pAppFocus, _drvKeyStatus *pKeyStatus);
-int32 Credits(_drvDrawStatus *pDrawStatus, _drvSoundStatus *pSoundStatus, const char *cdPath, BOOL smoke, BOOL *pAppFocus, _drvKeyStatus *pKeyStatus);
+//int32 Credits(_drvDrawStatus *pDrawStatus, _drvSoundStatus *pSoundStatus, const char *cdPath, BOOL smoke, BOOL *pAppFocus, _drvKeyStatus *pKeyStatus);
#endif