home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 1: Amiga
/
FrozenFish-Apr94.iso
/
bbs
/
alib
/
d2xx
/
d201
/
draco.lha
/
Draco
/
drinc
/
graphics
/
gfx.g
< prev
next >
Wrap
Text File
|
1989-04-03
|
860b
|
43 lines
uint
BITSET=0x8000,
BITCLR=0x0000;
type
Rectangle_t=struct{
uintr_MinX,r_MinY;
uintr_MaxX,r_MaxY;
},
Point_t=struct{
uintpt_x,pt_y;
},
PLANEPTR=*uint,
BitMap_t=struct{
uintbm_BytesPerRow;
uintbm_Rows;
ushortbm_Flags;
ushortbm_Depth;
uintbm_pad;
[8]PLANEPTRbm_Planes;
};
extern
AllocRaster(ulongwidth,height)PLANEPTR,
BltBitMap(*BitMap_tsrc;ulongsrcX,srcY;
*BitMap_tdst;ulongdstX,dstY;
ulongsizX,sizY,minterm,mask;*byteTempA)ulong,
CloseGraphicsLibrary()void,
DisownBlitter()void,
FreeRaster(PLANEPTRp;ulongwidth,height)void,
InitBitMap(*BitMap_tbm;ulongdepth,width,height)void,
OpenGraphicsLibrary(ulongversion)*GfxBase_t,
OwnBlitter()void,
QBlit(*BltNode_tbp)void,
QBSBlit(*BltNode_tbp)void,
RASSIZE(uintw,h)ulong,
VBeamPos()ulong,
WaitBlit()void,
WaitTOF()void;