home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 8
/
FreshFishVol8-CD2.bin
/
bbs
/
dev
/
bgui-1.1a.lha
/
BGUI
/
dlib
/
newobject.c
< prev
next >
Wrap
C/C++ Source or Header
|
1994-09-29
|
256b
|
12 lines
#include <exec/types.h>
#include <utility/tagitem.h>
#include <libraries/bgui.h>
#include <proto/bgui.h>
#include <proto/intuition.h>
long BGUI_NewObject( ULONG num, Tag tag1, ... )
{
return( BGUI_NewObjectA( num, ( struct TagItem * )&tag1 ));
}