mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-05 20:50:43 +00:00
317d3bddb8
a GNUstep port of the original Quake editor for NeXTstep, QuakeEd.app.
13 lines
316 B
C
13 lines
316 B
C
|
|
extern int r_width, r_height;
|
|
extern unsigned *r_picbuffer;
|
|
extern float *r_zbuffer;
|
|
|
|
extern vec3_t r_origin, r_matrix[3];
|
|
extern BOOL r_drawflat;
|
|
|
|
void REN_ClearBuffers (void);
|
|
void REN_DrawCameraFace (face_t *idpol);
|
|
void REN_DrawXYFace (face_t *idpol);
|
|
void REN_BeginCamera (void);
|
|
void REN_BeginXY (void);
|