mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-02-16 16:41:30 +00:00
hopefully help Coderjoe with win32 compilation
This commit is contained in:
parent
e9ca2db5e4
commit
669648778f
2 changed files with 3 additions and 0 deletions
|
@ -54,6 +54,7 @@
|
|||
#define MAX_MODE_LIST 30
|
||||
#define VID_ROW_SIZE 3
|
||||
|
||||
extern void (*vid_menudrawfn)(void);
|
||||
|
||||
/* Unused */
|
||||
int VGA_width, VGA_height, VGA_rowbytes, VGA_bufferrowbytes, VGA_planar;
|
||||
|
|
|
@ -47,6 +47,8 @@
|
|||
#include "console.h"
|
||||
#include "sbar.h"
|
||||
|
||||
extern void (*vid_menudrawfn)(void);
|
||||
|
||||
#define MAX_MODE_LIST 30
|
||||
#define VID_ROW_SIZE 3
|
||||
#define WARP_WIDTH 320
|
||||
|
|
Loading…
Reference in a new issue