/* * 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