ftp.nice.ch/Attic/openStep/developer/resources/Mesa3DFramework.s.tgz#/GL/MesaAux.subproj/image.c

This is image.c in view mode; [Download] [Up]

#include "gltk.h"
#include "glaux.h"

#if defined(__cplusplus) || defined(c_plusplus)
#define class c_class
#endif


AUX_RGBImageRec *auxRGBImageLoad(char *fileName)
{
    return (AUX_RGBImageRec *)tkRGBImageLoad(fileName);
}

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.