summaryrefslogtreecommitdiff
path: root/src/stubs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stubs.c')
-rw-r--r--src/stubs.c26
1 files changed, 13 insertions, 13 deletions
diff --git a/src/stubs.c b/src/stubs.c
index 8733c41..714fd7f 100644
--- a/src/stubs.c
+++ b/src/stubs.c
@@ -23,34 +23,34 @@ int HWAccel = 1;
int VideoModeNotAvailable=0;
/* bink.c */
-void PlayBinkedFMV(char *filenamePtr)
-{
+//void PlayBinkedFMV(char *filenamePtr)
+//{
/*
fprintf(stderr, "PlayBinkedFMV(%s)\n", filenamePtr);
*/
-}
+//}
-void StartMenuBackgroundBink()
-{
+//void StartMenuBackgroundBink()
+//{
/*
fprintf(stderr, "StartMenuBackgroundBink()\n");
*/
-}
+//}
-int PlayMenuBackgroundBink()
-{
+//int PlayMenuBackgroundBink()
+//{
/*
fprintf(stderr, "PlayMenuBackgroundBink()\n");
*/
- return 0;
-}
+// return 0;
+//}
-void EndMenuBackgroundBink()
-{
+//void EndMenuBackgroundBink()
+//{
/*
fprintf(stderr, "EndMenuBackgroundBink()\n");
*/
-}
+//}
/* alt_tab.cpp */
void ATIncludeSurface(void * pSurface, void * hBackup)