2 Copyright © 1995-2007, The AROS Development Team. All rights reserved.
8 #include "cybergraphics_intern.h"
10 /*****************************************************************************
13 #include <clib/cybergraphics_protos.h>
15 AROS_LH3(void, DoCDrawMethodTagList
,
18 AROS_LHA(struct Hook
*, hook
, A0
),
19 AROS_LHA(struct RastPort
*, rp
, A1
),
20 AROS_LHA(struct TagItem
*, tags
, A2
),
23 struct Library
*, CyberGfxBase
, 26, Cybergraphics
)
42 27-11-96 digulla automatically created from
43 cybergraphics_lib.fd and clib/cybergraphics_protos.h
45 *****************************************************************************/
48 extern void aros_print_not_implemented (char *);
50 //aros_print_not_implemented ("DoCDrawMethodTagList");
51 driver_DoCDrawMethodTagList(hook
, rp
, tags
, CyberGfxBase
);
54 } /* DoCDrawMethodTagList */