home *** CD-ROM | disk | FTP | other *** search
/ MACD 9 / MACD9.iso / Skanery / BetaScan / ScannerDev / MakeILBM.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-06-02  |  274 b   |  9 lines

  1. #ifndef MAKEILBM_H
  2. #define MAKEILBM_H
  3.  
  4. struct ILBMFile *openILBM(char* name,int width,int height,int depth,int xdpi,int ydpi,short compr);
  5. void   closeILBM(struct ILBMFile* fh,short error);
  6. void   writeILBM(struct ILBMFile* fh,UBYTE* buf,int cPlane);
  7.  
  8. #endif /* MAKEILBM */
  9.