1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
/* * 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_