From b05e630f75fa6db3c9f2b61568e02479e81acff1 Mon Sep 17 00:00:00 2001 From: "Christian A. Weber" Date: Mon, 18 May 1992 02:17:48 +0000 Subject: Kompressionsmodi sind jetzt geschicktere Konstante --- Programmer/iff.i | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'Programmer/iff.i') diff --git a/Programmer/iff.i b/Programmer/iff.i index a004d7b..b98ad6c 100644 --- a/Programmer/iff.i +++ b/Programmer/iff.i @@ -1,13 +1,13 @@ IFND LIBRARIES_IFF_I LIBRARIES_IFF_I SET 1 ** -** $Id: iff.i,v 1.1 92/05/12 22:54:18 chris Exp $ -** $Revision: 1.1 $ +** $Id: iff.i,v 21.1 92/05/15 03:22:20 chris Exp $ +** $Revision: 21.1 $ ** ** $Filename: iff.i $ ** $Author: chris $ ** $Release: 19.1 $ -** $Date: 92/05/12 22:54:18 $ +** $Date: 92/05/15 03:22:20 $ ** ** Standard header file for programs using iff.library ** @@ -117,6 +117,13 @@ IFFL_MODE_READ EQU 0 IFFL_MODE_WRITE EQU 1 +***************************************************************************** +** Modes for IFFL_CompressBlock() and IFFL_DecompressBlock() + +IFFL_COMPR_NONE EQU $0000 ; generic +IFFL_COMPR_BYTERUN1 EQU $0001 ; ILBM +IFFL_COMPR_FIBDELTA EQU $0101 ; 8SVX + ***************************************************************************** ** Structure definitions -- cgit v1.2.3