home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / graphics / stereo_1 / !Stereo / Sources / h / structs < prev   
Text File  |  1994-03-03  |  172b  |  11 lines

  1. struct z_bufferS
  2.        {
  3.        int width;
  4.        int height;
  5.        unsigned char * array;
  6.        };
  7.        
  8. typedef struct z_bufferS z_buffer;
  9.  
  10. #define pattern z_buffer
  11.