home *** CD-ROM | disk | FTP | other *** search
/ Kyūkyoku!! X68000 Emulator / X68000Book.dat / mac / OLS / X68000 / Ko-Window / kow142s.lzh / corlib / UserGraphic.h < prev    next >
C/C++ Source or Header  |  1994-11-16  |  180b  |  14 lines

  1. /* Ko-Window UserGraphic.h */
  2.  
  3. #ifndef __UGRAPHIC__
  4. #define    __UGRAPHIC__
  5.  
  6. typedef struct {
  7.     int    h, v;
  8.     int    color;
  9.     unsigned short    *buf,
  10.             *palet;
  11. } UGraphic;
  12.  
  13. #endif
  14.