Merging NList MCC 0.119 into the main branch.
[AROS.git] / workbench / classes / zune / nlist / nbitmap_mcc / NBitmap.h
bloba6f85984eced3ae5baf7e4e40acd01f8a72c7ec3
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 NBITMAP_H
24 #define NBITMAP_H
26 #ifdef __cplusplus
27 extern "C" {
28 #endif
30 #if !defined(__AROS__) && defined(__PPC__)
31 #if defined(__GNUC__)
32 #pragma pack(2)
33 #elif defined(__VBCC__)
34 #pragma amiga-align
35 #endif
36 #endif
38 #ifndef EXEC_TYPES_H
39 #include <exec/types.h>
40 #endif
42 #define MUIC_NBitmap "NBitmap.mcc"
43 #define NBitmapObject MUI_NewObject(MUIC_NBitmap
45 #if !defined(__AROS__) && defined(__PPC__)
46 #if defined(__GNUC__)
47 #pragma pack()
48 #elif defined(__VBCC__)
49 #pragma default-align
50 #endif
51 #endif
53 #ifdef __cplusplus
55 #endif
57 #endif /* NBITMAP_MCC_H */