mirror of
https://github.com/diegocr/libnix.git
synced 2026-09-14 04:30:33 +00:00
9 lines
189 B
C
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));
|
|
}
|