Don't get OOPBase in this ugly way.
[tangerine.git] / rom / cgfx / docdrawmethodtags.c
blob1db3325784bf694b38ab4dfca8469409849a42ce
1 /*
2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc:
6 Lang: english
7 */
8 #include "cybergraphics_intern.h"
10 /*****************************************************************************
12 NAME */
13 #include <clib/cybergraphics_protos.h>
15 void DoCDrawMethodTags (
17 /* SYNOPSIS */
18 struct Hook * ,
19 struct RastPort * ,
20 Tag ,
21 ... )
23 /* FUNCTION
25 INPUTS
27 RESULT
29 NOTES
31 EXAMPLE
33 BUGS
35 SEE ALSO
37 INTERNALS
39 HISTORY
40 27-11-96 digulla automatically created from
41 cybergraphics_lib.fd and clib/cybergraphics_protos.h
43 *****************************************************************************/
45 AROS_LIBFUNC_INIT
46 AROS_LIBBASE_EXT_DECL(struct Library *,CyberGfxBase)
47 extern void aros_print_not_implemented (char *);
49 aros_print_not_implemented ("DoCDrawMethodTags");
51 AROS_LIBFUNC_EXIT
52 } /* DoCDrawMethodTags */