home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / fd2inline-1.0-bin.lha / include / proto / muimaster.h < prev    next >
C/C++ Source or Header  |  1996-10-12  |  336b  |  20 lines

  1. #ifndef PROTO_MUIMASTER_H
  2. #define PROTO_MUIMASTER_H
  3.  
  4. #ifndef EXEC_LIBRARIES_H
  5. #include <exec/libraries.h>
  6. #endif
  7.  
  8. #ifndef LIBRARIES_MUI_H
  9. #include <libraries/mui.h>
  10. #endif
  11.  
  12. #include <clib/muimaster_protos.h>
  13. #include <inline/muimaster.h>
  14.  
  15. #ifndef __NOLIBBASE__
  16. extern struct Library * __CONSTLIBBASEDECL__ MUIMasterBase;
  17. #endif
  18.  
  19. #endif
  20.