Sophie

Sophie

distrib > Fedora > 13 > i386 > media > os > by-pkgid > 2feaa0d554b018f0a1208a2e76154ee3 > files > 30

libgle-devel-3.1.0-4.fc13.i686.rpm


/*
 * texture.h
 *
 * FUNCTION:
 * texture mapping hack
 *
 * HISTORY:
 * Created by Linas Vepstas April 1994
 */

typedef struct {
   int size;
   unsigned char * pixmap;
} Texture;

extern Texture * current_texture;

extern Texture * planet_texture;
extern Texture * check_texture;
extern Texture * barberpole_texture;
extern Texture * wild_tooth_texture;
extern Texture * reaction_texture;

extern void (*texanim) (int);
extern void (*reaction_texanim) (int);

extern void setup_textures (void);

extern void TextureStyle (int msg); 



/* ================== END OF FILE ========================= */