grub2: bring back build of aros-side grub2 tools
[AROS.git] / workbench / libs / cgfx / gfxfuncsupport.h
blob52257dcb56f13ccd8e016f80c539ed939d19bb2a
1 /*
2 Copyright © 1995-2013, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #include <hidd/graphics.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);