(C) 1998 AROS - The Amiga Research OS


NAME
#include <clib/graphics_protos.h>

void BltTemplate (source , xSrc , srcMod , destRP , xDest , yDest , xSize , ySize )

LOCATION
In GfxBase at offset 6

SYNOPSIS
PLANEPTR source
LONG xSrc
LONG srcMod
struct RastPort * destRP
LONG xDest
LONG yDest
LONG xSize
LONG ySize

FUNCTION

INPUTS
RESULT

EXAMPLE

SEE ALSO

NOTES

BUGS

INTERNALS

HISTORY
31.01.1999 nlorentz
Corrected function headers
28.01.1999 nlorentz
Some new functions, not tested yet