Autodoc corrections, additions.
[cake.git] / rom / graphics / vbeampos.c
blob6482d65a88b6b0520bb9c093954448983e1ee348
1 /*
2 Copyright © 1995-2007, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc: Read the current vertical position of the beam
6 Lang: english
7 */
8 #include <aros/debug.h>
9 #include "graphics_intern.h"
11 /*****************************************************************************
13 NAME */
14 #include <clib/graphics_protos.h>
16 AROS_LH0(LONG, VBeamPos,
18 /* SYNOPSIS */
19 /* void */
21 /* LOCATION */
22 struct GfxBase *, GfxBase, 64, Graphics)
24 /* FUNCTION
26 INPUTS
27 none
29 RESULT
30 None.
32 NOTES
34 EXAMPLE
36 BUGS
38 SEE ALSO
40 INTERNALS
42 HISTORY
44 *****************************************************************************/
46 AROS_LIBFUNC_INIT
49 #warning TODO: Write graphics/VBeamPos()
50 aros_print_not_implemented ("VBeamPos");
52 return 10;
54 AROS_LIBFUNC_EXIT
55 } /* VBeamPos */