home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magazyn Amiga 5
/
MA_Cover_5.iso
/
ppc
/
mesa
/
src-aux
/
image.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1998-01-31
|
226 b
|
13 lines
#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);
}