home *** CD-ROM | disk | FTP | other *** search
/ Amiga Magazin: Amiga-CD 2000 April & May / AMIGA_2000_04.iso / patches / mesa3.1 / mesa-aux.lha / src-aux.aos / image.c < prev    next >
Encoding:
C/C++ Source or Header  |  1999-06-20  |  230 b   |  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.