added extern viddef_t vid; to each of the vid_* files upon request

This commit is contained in:
Dan Olson 2000-05-13 17:37:19 +00:00
parent 8042011eb9
commit ee500c9b0b
3 changed files with 3 additions and 2 deletions

View file

@ -45,6 +45,7 @@
#define stringify(m) { #m, m }
extern viddef_t vid;
unsigned short d_8to16table[256];
static byte *vid_surfcache;
static int VID_highhunkmark;

View file

@ -66,7 +66,7 @@ static HICON hIcon;
qboolean mouseactive; // from in_win.c
viddef_t vid; // global video state
extern viddef_t vid; // global video state
#define MODE_WINDOWED 0
#define MODE_SETTABLE_WINDOW 2

View file

@ -76,7 +76,7 @@ typedef struct
int output;
} keymap_t;
viddef_t vid; // global video state
extern viddef_t vid; // global video state
unsigned short d_8to16table[256];
int num_shades=32;