home *** CD-ROM | disk | FTP | other *** search
-
- #include <exec/types.h>
- #include <intuition/intuition.h>
- #include <utility/tagitem.h>
- #include <libraries/gadtools.h>
-
- #include "general.h"
-
- void STDARGS myGT_SetGadgetAttrs (struct Gadget *, struct Window *, struct Requester *, Tag,...);
- struct Gadget * STDARGS myCreateGadget (ULONG, struct Gadget *, struct NewGadget *, Tag,...);
- void STDARGS myDrawBevelBox (struct RastPort *, long, long, long, long, Tag,...);
-
- #if !USE_ASM_FUNCS
- #include <proto/gadtools.h>
-
- #define myGT_SetGadgetAttrs GT_SetGadgetAttrs
- #define myCreateGadget CreateGadget
- #define myDrawBevelBox DrawBevelBox
- #endif
-