jedioutcast/utils/Radiant/xy.h

21 lines
317 B
C
Raw Normal View History

2013-04-04 18:02:27 +00:00
// window system independent camera view code
typedef struct
{
int width, height;
qboolean timing;
vec3_t origin; // at center of window
float scale;
float topclip, bottomclip;
qboolean d_dirty;
} xy_t;
/*BOOL*/ int FilterBrush(brush_t *pb, BOOL bCalledFromDisplayCode = false);