/*
    (C) 1995-96 AROS - The Amiga Replacement OS
    $Id$

    Desc:
    Lang: english
*/
#include "graphics_intern.h"

/*****************************************************************************

    NAME */
	#include <clib/graphics_protos.h>

	AROS_LH4(struct TmpRas *, InitTmpRas,

/*  SYNOPSIS */
	AROS_LHA(struct TmpRas *, tmpRas, A0),
	AROS_LHA(               , PLANEPTR, A1),
	AROS_LHA(               , buffer, D0),
	AROS_LHA(LONG           , size, ),

/*  LOCATION */
	struct GfxBase *, GfxBase, 78, Graphics)

/*  FUNCTION

    INPUTS

    RESULT

    NOTES

    EXAMPLE

    BUGS

    SEE ALSO

    INTERNALS

    HISTORY
	27-11-96    digulla automatically created from
			    graphics_lib.fd and clib/graphics_protos.h

*****************************************************************************/
{
    AROS_LIBFUNC_INIT
    AROS_LIBBASE_EXT_DECL(struct GfxBase *,GfxBase)
    extern void aros_print_not_implemented (char *);

    aros_print_not_implemented ("InitTmpRas");

    AROS_LIBFUNC_EXIT
} /* InitTmpRas */
