12 lines
No EOL
215 B
C
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; |