amiga-libnix3/extra/MUI_MakeObject.c

9 lines
173 B
C

#include <proto/muimaster.h>
extern struct Library *MUIMasterBase;
Object *MUI_MakeObject(LONG type, ...){
return(MUI_MakeObjectA(type, (ULONG *)(((ULONG)&type)+4)));
}