home *** CD-ROM | disk | FTP | other *** search
/ Aminet 18 / aminetcdnumber181997.iso / Aminet / dev / gui / GenCodeC2_2d.lha / GenCodeC2.2d / source / MB_protos.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-07-07  |  441 b   |  24 lines

  1. /*
  2. **
  3. **    MUIBuilder.library
  4. **
  5. **    $VER: MUIBuilder.library 1.0
  6. **
  7. **        (c) copyright 1994
  8. **            Eric Totel
  9. **
  10. */
  11.  
  12. #ifndef UTILITY_TAGITEM_H
  13. #include <utility/tagitem.h>
  14. #endif
  15.  
  16. BOOL    MB_Open(void);
  17. void    MB_Close(void);
  18. void    MB_GetA(struct TagItem *);
  19. void    MB_Get(Tag, ... );
  20. void    MB_GetVarInfoA(ULONG , struct TagItem *);
  21. void    MB_GetVarInfo(ULONG , Tag, ... );
  22. void    MB_GetNextCode(ULONG*, char ** );
  23. void    MB_GetNextNotify(ULONG*, char ** );
  24.