home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / text / tex / pastex / source / driver / util / bitmap.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-04-11  |  59 b   |  6 lines

  1. struct bitmap
  2.  {
  3.   long width, height;
  4.   long *pixptr;
  5.  };
  6.