File: cloudtex.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 (10 lines) | stat: -rw-r--r-- 185 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
#ifndef CLOUDTEX_H
#define CLOUDTEX_H

#define CLOUDTEXSIZE 512

extern unsigned char *cloudmap;
extern unsigned int cloudmap_size;
extern unsigned int cloudmap_compressedsize;

#endif