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. */
29 extern GLubyte *read_alpha_texture(const char *name, int *width, int *height);
30 extern GLubyte *read_rgb_texture(const char *name, int *width, int *height);
31 extern GLubyte *read_raw_texture(const char *name, int *width, int *height);
32 extern GLubyte *read_r8_texture(const char *name, int *width, int *height);
40 #endif /* _TEXLOAD_H */