use dmb/dsb from asm/cpu.h file.
[AROS.git] / workbench / libs / muimaster / classes / palette.conf
blobbadb365d7f47360b5c06e55aedf237991a7bb660
1 ##begin config
2 basename      Palette
3 version       1.2
4 date          02.09.2018
5 superclass    MUIC_Group
6 classdatatype struct MUI_PaletteData
7 ##end config
9 ##begin cdef
10 #include "mui.h"
11 ##end cdef
13 ##begin cdefprivate
14 #include "palette_private.h"
15 ##end cdefprivate
17 ##begin methodlist
18 OM_NEW
19 OM_SET
20 OM_GET
21 OM_DISPOSE
22 ##end methodlist