wip prep commit in lieu of gfx subsystem update changes.
[AROS.git] / workbench / libs / cgfx / gfxfuncsupport.h
blobc5c92b3721ca46a05dbbc4bbcd19dc770d68055d
1 /*
2 Copyright © 1995-2017, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #include <hidd/gfx.h>
7 #include <cybergraphx/cybergraphics.h>
9 #include "cybergraphics_intern.h"
11 UBYTE GetRectFmtBytesPerPixel(UBYTE rectfmt, struct RastPort *rp,
12 struct Library *CyberGfxBase);
13 HIDDT_StdPixFmt GetHIDDRectFmt(UBYTE rectfmt, struct RastPort *rp,
14 struct Library *CyberGfxBase);