summaryrefslogtreecommitdiff
path: root/Source/IFFLib.i
diff options
context:
space:
mode:
authorChristian A. Weber <chris@gna.ch>1992-05-12 22:26:12 +0000
committerChristian A. Weber <chris@gna.ch>1992-05-12 22:26:12 +0000
commit36c824864c02f0a3f62c8a1d365d1670835c8c96 (patch)
treef3f433e4af522925d4c91f56865d38efaf83a456 /Source/IFFLib.i
downloadiff-library-36c824864c02f0a3f62c8a1d365d1670835c8c96.tar.gz
iff-library-36c824864c02f0a3f62c8a1d365d1670835c8c96.tar.bz2
iff-library-36c824864c02f0a3f62c8a1d365d1670835c8c96.zip
Initial revision
Diffstat (limited to 'Source/IFFLib.i')
-rw-r--r--Source/IFFLib.i54
1 files changed, 54 insertions, 0 deletions
diff --git a/Source/IFFLib.i b/Source/IFFLib.i
new file mode 100644
index 0000000..4c0bc8a
--- /dev/null
+++ b/Source/IFFLib.i
@@ -0,0 +1,54 @@
+**
+** $Id: $
+** $Revision: $
+**
+** $Filename: IFFLib.i $
+** $Author: Christian A. Weber $
+** $Release: 19.1 $
+** $Date: 92/05/11 21:11:27 $
+**
+** Include-File für alle Module der IFF-Library
+**
+** COPYRIGHT (C) 1987-1992 BY CHRISTIAN A. WEBER, BRUGGERWEG 2,
+** CH-8037 ZUERICH, SWITZERLAND. ALL RIGHTS RESERVED. NO PART
+** OF THIS SOFTWARE MAY BE COPIED, REPRODUCED, OR TRANSMITTED
+** IN ANY FORM OR BY ANY MEANS, WITHOUT THE PRIOR WRITTEN PER-
+** MISSION OF THE AUTHOR. USE AT YOUR OWN RISK.
+**
+
+ OPT O+
+ OPT OW-
+
+ INCLUDE "exec/types.i"
+ INCLUDE "exec/memory.i"
+ INCLUDE "exec/nodes.i"
+ INCLUDE "exec/libraries.i"
+ INCLUDE "exec/resident.i"
+ INCLUDE "exec/initializers.i"
+ INCLUDE "exec/macros.i"
+ INCLUDE "exec/execbase.i"
+ INCLUDE "dos/dos.i"
+ INCLUDE "graphics/gfx.i"
+
+ INCLUDE "h:iff.i" ; Standard IFF include file
+
+*****************************************************************************
+
+ STRUCTURE IFFBaseStructure,LIB_SIZE
+
+ APTR ib_SysBase
+ APTR ib_DOSBase
+ APTR ib_SegList
+ STRUCT ib_ErrList,LH_SIZE
+
+ LABEL ib_SIZEOF
+
+*****************************************************************************
+
+ STRUCTURE ErrorNode,LN_SIZE
+
+ APTR er_Task
+ LONG er_Error
+
+ LABEL er_SIZEOF
+