From e556b972d1ad64453b3372b486191e2a59c91dda Mon Sep 17 00:00:00 2001 From: "Christian A. Weber" Date: Fri, 15 May 1992 03:21:10 +0000 Subject: An neue Include-Files angepasst --- Source/SaveBitMap.S | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'Source/SaveBitMap.S') diff --git a/Source/SaveBitMap.S b/Source/SaveBitMap.S index 15607c3..91fc2c9 100644 --- a/Source/SaveBitMap.S +++ b/Source/SaveBitMap.S @@ -1,13 +1,13 @@ ** -** $Id: $ -** $Revision: $ +** $Id: SaveBitMap.S,v 1.1 92/05/12 22:26:54 chris Exp $ +** $Revision: 1.1 $ ** ** $Filename: SaveBitMap.S $ -** $Author: Christian A. Weber $ +** $Author: chris $ ** $Release: 19.1 $ -** $Date: 92/05/11 21:11:27 $ +** $Date: 92/05/12 22:26:54 $ ** -** iff.library/IFFLib_SaveBitMap +** iff.library/IFFL_SaveBitMap ** ** COPYRIGHT (C) 1987-1992 BY CHRISTIAN A. WEBER, BRUGGERWEG 2, ** CH-8037 ZUERICH, SWITZERLAND. ALL RIGHTS RESERVED. NO PART @@ -17,7 +17,7 @@ ** - IDNT IFFLib_SaveBitMap + IDNT IFFL_SaveBitMap SECTION text,CODE INCLUDE "IFFLib.i" @@ -26,16 +26,16 @@ XDEF SaveBitMapFunc -******* iff.library/IFFLib_SaveBitMap *************************************** +******* iff.library/IFFL_SaveBitMap ***************************************** * * NAME -* IFFLib_SaveBitMap -- save the planes of a BitMap as an IFF-file +* IFFL_SaveBitMap -- save the planes of a BitMap as an IFF-file * * SYNOPSIS -* result = IFFLib_SaveBitMap( filename, bitmap, colortable, flags ) -* D0 A0 A1 A2 D0 +* result = IFFL_SaveBitMap( filename, bitmap, colortable, flags ) +* D0 A0 A1 A2 D0 * -* BOOL IFFLib_SaveBitMap(char *, struct BitMap *, UWORD *, ULONG ) +* BOOL IFFL_SaveBitMap(char *, struct BitMap *, UWORD *, ULONG ) * * FUNCTION * Save the planes of a BitMap as an IFF-file, optionally with a @@ -59,14 +59,14 @@ * 0 = This is a normal or Extra-Halfbrite picture * * RESULT -* Non-zero if successful, 0 if error, Call IFFLib_IFFError() to know +* Non-zero if successful, 0 if error, Call IFFL_IFFError() to know * more about the reason of the failure * * NOTE -* This routine needs 620 bytes of stack space +* This routine needs 650 bytes of stack space * * SEE ALSO -* SaveClip +* IFFL_SaveClip() * ***************************************************************************** -- cgit v1.2.3