aboutsummaryrefslogtreecommitdiff
path: root/src/parsec/include/vid_plug.h
blob: 7924928d32d3df4508e3ea86799b11d48818fc21 (plain)
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_