From c068f22329d5cc722622a2183bbb22eef2093df7 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Mon, 24 Aug 2026 11:16:07 +0200 Subject: initial import --- src/parsec/include/vsdl_suppo.h | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/parsec/include/vsdl_suppo.h (limited to 'src/parsec/include/vsdl_suppo.h') 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 + + -- cgit v1.2.3