Sophie

Sophie

distrib > Mandriva > 2010.1 > x86_64 > media > main-release > by-pkgid > 7c17050a9339b62d03abd2033b66cba0 > files > 95

lib64gle3-devel-3.1.0-9mdv2010.1.x86_64.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 ========================= */