jedi-outcast/utils/Radiant/xy.h

21 lines
297 B
C
Raw Normal View History

2013-04-22 05:25:59 +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);