Files
2010-07-27 16:58:17 +00:00

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)));
}