grub2: bring back build of aros-side grub2 tools
[AROS.git] / workbench / classes / gadgets / colorwheel / bmbmrp.h
blob2ae6cd25890e476a2f9f840e525bbbad01a3d23f
2 #ifndef BMBMRP_H
3 #define BMBMRP_H
5 VOID
6 NewBltMaskBitMapRastPort(
7 struct BitMap *srcbm,
8 WORD srcx,
9 WORD srcy,
10 struct RastPort *destrp,
11 WORD destx,
12 WORD desty,
13 WORD sizex,
14 WORD sizey,
15 UBYTE minterm,
16 PLANEPTR bltmask,
17 struct Library *Graphics,
18 struct Library *Layers);
20 #endif