aboutsummaryrefslogtreecommitdiff
path: root/src/parsec/include/vsdl_suppo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parsec/include/vsdl_suppo.h')
-rw-r--r--src/parsec/include/vsdl_suppo.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/parsec/include/vsdl_suppo.h b/src/parsec/include/vsdl_suppo.h
new file mode 100644
index 0000000..d024c7d
--- /dev/null
+++ b/src/parsec/include/vsdl_suppo.h
@@ -0,0 +1,23 @@
+/*
+ * PARSEC HEADER: vsdl_suppo.h
+ */
+
+#ifndef _VSDL_SUPPO_H_
+#define _VSDL_SUPPO_H_
+
+
+// vm_suppa.c implements the following functions
+// ---------------------------------------------
+// int VIDs_FadeScreenFromBlack( int palno );
+// int VIDs_FadeScreenToBlack( int palno, int fademusic );
+// int VIDs_FadePaletteToBlack( char *palette, int fademusic );
+// int VIDs_FadeScreenFromWhite( int palno );
+// int VIDs_SetScreenToColor( colrgba_s col );
+// int VIDs_SetScreenDazzle( float strength );
+// int VIDs_SetColIndexZero( int color );
+// int VIDs_SetGammaCorrection( float gamma );
+
+
+#endif
+
+