diff options
Diffstat (limited to 'src/parsec/include/vid_init.h')
| -rw-r--r-- | src/parsec/include/vid_init.h | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/src/parsec/include/vid_init.h b/src/parsec/include/vid_init.h new file mode 100644 index 0000000..089dc84 --- /dev/null +++ b/src/parsec/include/vid_init.h @@ -0,0 +1,30 @@ +/* + * PARSEC HEADER: vid_init.h + */ + +#ifndef _VID_INIT_H_ +#define _VID_INIT_H_ + + +// external functions + +char * FetchCtrlFileName(); +void LoadResolutionData(); +void LoadDetailData(); + +void VID_MapSpecifierToMode( char * modespec, int * modearray ); + +void VID_SetupDependentData(); +int VID_MapBppToOpt( int bpp ); +int VID_MapOptToBpp( int bppopt ); +void VID_ApplyOptions(); + +void VID_SwitchMode( int xres, int yres, int bpp ); +void VID_InitMode(); + +void VID_InitSubsystem(); + + +#endif // _VID_INIT_H_ + + |
