revert 213 commits (to 56092) from the last month. 10 still need work to resolve...
[AROS.git] / arch / m68k-amiga / hidd / p96gfx / p96gfx_hidd.h
blob093cf4a9adc2095be3a322eb19ef5e4edd946b10
1 #ifndef P96GFX_HIDD_H
2 #define P96GFX_HIDD_H
4 #include <exec/lists.h>
5 #include <oop/oop.h>
7 #include <interface/Hidd_P96Gfx.h>
9 #include "p96gfx_intern.h"
11 #define P96GFX_LIBNAME "p96gfx.hidd"
12 #define CLID_Hidd_Gfx_P96 IID_Hidd_P96Gfx
14 /* Private instance data for P96Gfx hidd class */
15 struct P96GfxData
17 struct MinList bitmaps; /* Currently shown bitmap objects */
18 OOP_Object *spriteColors;
19 OOP_Object *pfo;
20 struct p96gfx_carddata *cardData;
23 #endif /* P96GFX_HIDD_H */