home *** CD-ROM | disk | FTP | other *** search
- ; extended for V1.2!!
-
- GIOF_LOADER8 equ 1
- GIOF_LOADER24 equ 2
- GIOF_SAVER8 equ 4
- GIOF_SAVER24 equ 8
- GIOF_LOADFILE equ 16
- GIOF_SAVEFILE equ 32
- GIOF_PLANAR equ 64
- GIOF_NOID equ 128
- GIOF_NOFILEOPEN equ 256
- GIOF_CONTIGUOUS equ 512
- GIOF_LOADNOPROGRESS equ 1024
- GIOF_SAVENOPROGRESS equ 2048
- GIOF_EXTENDED equ 4096
-
- STRUCTURE GIOData,0
-
- APTR gio_Next
- APTR gio_Prev
- APTR gio_Filename
- STRUCT gio_Data,64
- ULONG gio_Filehandle
- ULONG gio_Width
- ULONG gio_Height
- ULONG gio_Depth
- ULONG gio_P_width
- ULONG gio_P_height
- ULONG gio_P_top
- ULONG gio_P_left
- ULONG gio_VP_mode
- UWORD gio_Aspect_x
- UWORD gio_Aspect_y
- APTR gio_Bitmap
- APTR gio_SrcLinetable
- APTR gio_DestLinetable
- APTR gio_Palette
- APTR gio_Flags
- ULONG gio_Headerlength
- ULONG gio_Error
- ULONG gio_UserData
- ULONG gio_UserData2
- ULONG gio_UserData3
- APTR gio_PgsBase
- ULONG gio_SkipBytes
- APTR gio_DOSBase
- APTR gio_GfxBase
- APTR gio_IntuitionBase
- APTR gio_UtilityBase
- APTR gio_GadtoolsBase
- APTR gio_AslBase
- APTR gio_ColorwheelBase
- ULONG gio_extendedid
- APTR gio_PgsScreen
- APTR gio_SecondLinetable
- APTR gio_AlphaLinetable
- APTR gio_PaintLinetable
- UWORD gio_WindX
- UWORD gio_WindY
- UWORD gio_WindWidth
- UWORD gio_WindHeight
- UWORD gio_DestWidth
- UWORD gio_DestHeight
- UWORD gio_SecondWidth
- UWORD gio_SecondHeight
- UWORD gio_AlphaWidth
- UWORD gio_AlphaHeight
- UWORD gio_DestDepth
- UWORD gio_SecondDepth
- UWORD gio_AlphaDepth
- APTR gio_DestPalette
- APTR gio_SecondPalette
- APTR gio_AlphaPalette
-
- LABEL gio_SIZEOF
-
- LOAD_OK equ 0
- LOAD_RAMERR equ 1
- LOAD_FILEERR equ 2
- LOAD_WRONGTYPE equ 3
- LOAD_SYSERR equ 4
- LOAD_ABORTED equ 5
- LOAD_UNAVAILABLE equ 6
-