home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 5
/
FreshFish_July-August1994.bin
/
bbs
/
dev
/
mui-2.1.lha
/
MUI-2.1
/
Developer
/
C
/
DLib
/
newobj.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
C/C++ Source or Header
|
1993-11-19
|
224 b
|
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));
}