home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Quark 3
/
Quark3.iso
/
KATALOG
/
ARCHIV
/
TOOL
/
T001.ZIP
/
SOURCE.ZIP
/
Targa.h
< 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
|
1999-05-03
|
156 b
|
6 lines
#ifndef _TARGA_H_
#define _TARGA_H_
bool loadTGA (char *name, byte **pixels, unsigned int *width, unsigned int *height, unsigned int *format);
#endif