diff options
Diffstat (limited to 'sword2/credits.h')
-rw-r--r-- | sword2/credits.h | 2 |
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 |