home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ARM Club 3
/
TheARMClub_PDCD3.iso
/
hensa
/
graphics
/
stereo_1
/
!Stereo
/
Sources
/
h
/
structs
< prev
Wrap
Text File
|
1994-03-03
|
172b
|
11 lines
struct z_bufferS
{
int width;
int height;
unsigned char * array;
};
typedef struct z_bufferS z_buffer;
#define pattern z_buffer