home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / PROG / DJGPP / DJDEV106.ZIP / INCLUDE / PIX.H < prev    next >
Encoding:
C/C++ Source or Header  |  1992-03-09  |  250 b   |  11 lines

  1. /* This file may have been modified by DJ Delorie (Jan 1991).  If so,
  2. ** these modifications are Coyright (C) 1991 DJ Delorie, 24 Kirsten Ave,
  3. ** Rochester NH, 03867-2954, USA.
  4. */
  5.  
  6.  
  7. #ifndef _Pix_h
  8. #define _Pix_h 1
  9. typedef void* Pix;
  10. #endif
  11.