gl_* now compiles... need to change around the Makefile before it will link

This commit is contained in:
Dan Olson 2000-05-12 19:17:02 +00:00
parent 7d67cc2e7c
commit 74c19068e5
13 changed files with 273 additions and 38 deletions

View file

@ -51,7 +51,7 @@
#include "console.h"
#include "glquake.h"
extern byte *host_basepal;
extern unsigned char d_15to8table[65536];
extern cvar_t crosshair, cl_crossx, cl_crossy, crosshaircolor;