revert between 56095 -> 55830 in arch
[AROS.git] / workbench / libs / reqtools / gadstub.h
blob5a6c9e0ec3f713ef915df8f7a96495bc5ef4667e
2 #include <exec/types.h>
3 #include <intuition/intuition.h>
4 #include <utility/tagitem.h>
5 #include <libraries/gadtools.h>
7 #include "general.h"
9 void STDARGS myGT_SetGadgetAttrs (struct Gadget *, struct Window *, struct Requester *, Tag,...);
10 struct Gadget * STDARGS myCreateGadget (ULONG, struct Gadget *, struct NewGadget *, Tag,...);
11 void STDARGS myDrawBevelBox (struct RastPort *, long, long, long, long, Tag,...);
13 #if !USE_ASM_FUNCS
14 #include <proto/gadtools.h>
16 #define myGT_SetGadgetAttrs GT_SetGadgetAttrs
17 #define myCreateGadget CreateGadget
18 #define myDrawBevelBox DrawBevelBox
19 #endif