home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 6 / AACD06.ISO / AACD / System / Mesa-3.1 / Mesa-aux / src-aux.aos / image.c < prev    next >
C/C++ Source or Header  |  1999-06-20  |  230b  |  12 lines

  1. #include <GL/gltk.h>
  2. #include <GL/glaux.h>
  3.  
  4. #if defined(__cplusplus) || defined(c_plusplus)
  5. #define class c_class
  6. #endif
  7.  
  8. AUX_RGBImageRec *auxRGBImageLoad(char *fileName)
  9. {
  10.   return (AUX_RGBImageRec *) tkRGBImageLoad(fileName);
  11. }
  12.