2 /* Copyright (c) Mark J. Kilgard, 1997. */
4 /* This program is freely distributable without licensing fees
5 and is provided without guarantee or warrantee expressed or
6 implied. This program is -not- in the public domain. */
21 extern GLubyte *read_alpha_texture(const char *name, int *width, int *height);
22 extern GLubyte *read_rgb_texture(const char *name, int *width, int *height);
23 extern GLubyte *read_raw_texture(const char *name, int *width, int *height);
24 extern GLubyte *read_r8_texture(const char *name, int *width, int *height);
32 #endif /* _TEXLOAD_H */