/* * PARSEC HEADER: vid_plug.h */ #ifndef _VID_PLUG_H_ #define _VID_PLUG_H_ // external functions int VID_PlugInSubsys( const char *subsysname ); int VID_HotChangeMode( int xres, int yres, bool fullscreen, int bpp ); #endif // _VID_PLUG_H_