File: earthtex.h

package info (click to toggle)
rss-glx 0.7.5-4
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 10,184 kB
  • ctags: 1,561
  • sloc: cpp: 11,577; ansic: 4,233; sh: 3,315; asm: 1,312; xml: 552; makefile: 194; perl: 49
file content (17 lines) | stat: -rw-r--r-- 471 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef EARTHTEX_H
#define EARTHTEX_H

#define EARTHNEARSIZE 256
#define EARTHFARSIZE 512

extern unsigned char *earthnearmap;
extern unsigned int earthnearmap_size;
extern unsigned int earthnearmap_compressedsize;
extern unsigned char *earthfarmap;
extern unsigned int earthfarmap_size;
extern unsigned int earthfarmap_compressedsize;
extern unsigned char *earthlightmap;
extern unsigned int earthlightmap_size;
extern unsigned int earthlightmap_compressedsize;

#endif