ew-engine/mq engine src/bsp_render.h

8 lines
135 B
C
Raw Permalink Normal View History

2006-10-08 00:00:00 +00:00
#define BLOCK_WIDTH 128
#define BLOCK_HEIGHT 128
#define MAX_LIGHTMAPS 64
typedef struct glRect_s
{
int l,t,w,h;
} glRect_t;