home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 13
/
AACD13.ISO
/
AACD
/
Graphics
/
DiamondBOX
/
developer
/
BitmapLoader.h
< prev
next >
Wrap
C/C++ Source or Header
|
1999-07-26
|
663b
|
36 lines
/*
** BitmapLoader.h - 13. juli 1998 - Nikolaj Thygesen
** -----------------------------------------------------
*/
#ifndef BITMAPLOADER_H
#define BITMAPLOADER_H
extern unsigned long ASM IdentifyLoader(
A0 char *
);
extern struct PebbleHandle * ASM OpenLoader(
A0 char *,
A1 unsigned *,
A2 unsigned *,
D0 struct Library *
);
extern enum RCode ASM LoaderScanline(
A0 struct PebbleHandle *,
A1 PixelARGB *,
A2 unsigned *
);
extern void ASM AbortLoader(
A0 struct PebbleHandle *
);
extern void ASM CloseLoader(
A0 struct PebbleHandle *
);
#ifdef DIAMONDBOX_MAINPROGRAM
#include "proto/BitmapLoader.pragma"
#endif
#endif
/* End Of File.*/