home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 18
/
amigaformatcd18.iso
/
mui
/
mui_developer
/
c
/
dlib
/
newobj.c
< prev
next >
Wrap
C/C++ Source or Header
|
1997-03-10
|
224b
|
11 lines
#include <clib/muimaster_protos.h>
#include <pragmas/muimaster_pragmas.h>
extern struct Library *MUIMasterBase;
APTR MUI_NewObject(char *class, Tag tag1, ...)
{
return(MUI_NewObjectA(class, (struct TagItem *) &tag1));
}