Merging NList MCC 0.119 into the main branch.
[AROS.git] / workbench / classes / zune / nlist / nbitmap_mcc / Chunky2Bitmap.h
blobec12bd9399b3aaf345f9faf6bf459ce8a8b74a7b
1 /***************************************************************************
3 NBitmap.mcc - New Bitmap MUI Custom Class
4 Copyright (C) 2006 by Daniel Allsopp
5 Copyright (C) 2007-2013 by NList Open Source Team
7 This library is free software; you can redistribute it and/or
8 modify it under the terms of the GNU Lesser General Public
9 License as published by the Free Software Foundation; either
10 version 2.1 of the License, or (at your option) any later version.
12 This library is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 Lesser General Public License for more details.
17 NList classes Support Site: http://www.sf.net/projects/nlist-classes
19 $Id$
21 ***************************************************************************/
23 #ifndef CHUNKY2BITMAP_H
24 #define CHUNKY2BITMAP_H 1
26 #ifndef EXEC_TYPES_H
27 #include <exec/types.h>
28 #endif
29 #ifndef GRAPHICS_GFX_H
30 #include <graphics/gfx.h>
31 #endif
33 struct BitMap *Chunky2Bitmap(APTR chunky, ULONG width, ULONG height, ULONG depth);
35 #endif /* CHUNKY2BITMAP_H */