home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / coders / mesa-1.2.8 / include / mondello / lut.h < prev    next >
C/C++ Source or Header  |  1996-05-27  |  114b  |  13 lines

  1. /*
  2.   file: lut.h
  3. */
  4.  
  5. #ifndef LUT_H
  6. #define LUT_H
  7.  
  8. typedef struct {
  9.     unsigned char r, g, b;
  10. } LUTENTRY;
  11.  
  12. #endif
  13.