mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-10 14:52:08 +00:00
added extern viddef_t vid; to each of the vid_* files upon request
This commit is contained in:
parent
8042011eb9
commit
ee500c9b0b
3 changed files with 3 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue