home *** CD-ROM | disk | FTP | other *** search
- #ifndef MAKEILBM_H
- #define MAKEILBM_H
-
- struct ILBMFile *openILBM(char* name,int width,int height,int depth,int xdpi,int ydpi,short compr);
- void closeILBM(struct ILBMFile* fh,short error);
- void writeILBM(struct ILBMFile* fh,UBYTE* buf,int cPlane);
-
- #endif /* MAKEILBM */
-