home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaDemoCD2.iso / ASCII / TEXTE / SCENE / AMIGA / Useful-Amiga / AmigaFAQ / German / programmer / MUI_NewObject.c < prev    next >
Encoding:
C/C++ Source or Header  |  1994-05-14  |  310 b   |  14 lines

  1. #include <clib/muimaster_protos.h>
  2. #ifdef AZTEC_C
  3. #include <pragmas/muimaster_lib.h>
  4. #endif
  5. #if defined(__SASC)  ||  defined(_DCC)  ||  defined(__MAXON__)
  6. #include <pragmas/muimaster_pragmas.h>
  7. #endif
  8.  
  9.  
  10. APTR MUI_NewObject(char *class, Tag tag, ...)
  11.  
  12. { return(MUI_NewObjectA(class, (struct TagItem *) &tag));
  13. }
  14.