ew-engine/hq engine src/bsp_render.h
2006-10-08 00:00:00 +00:00

12 lines
No EOL
215 B
C

#define BLOCK_WIDTH 128
#define BLOCK_HEIGHT 128
//#define BLOCK_WIDTH 512
//#define BLOCK_HEIGHT 512
#define MAX_LIGHTMAPS 512 // Tomaz - HL Maps
typedef struct glRect_s
{
int l,t,w,h;
} glRect_t;