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

9 lines
189 B
C

#include <proto/muimaster.h>
extern struct Library *MUIMasterBase;
Object *MUI_NewObject(char *classname, Tag tag1, ...){
return(MUI_NewObjectA(classname, (struct TagItem *) &tag1));
}