home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 105 / af105a.adf / archives / serious2.lzx / AF105_Utilities / NewIconsV4 / Developers / Include / proto / newicon.h
Encoding:
C/C++ Source or Header  |  1997-10-13  |  231 b   |  9 lines

  1. #ifndef PROTO_NEWICON_H
  2. #define PROTO_NEWICON_H
  3. #include <exec/types.h>
  4. extern struct NewIconBase *NewIconBase ;
  5. /*extern struct Library *NewIconBase ;*/
  6. #include <clib/newicon_protos.h>
  7. #include <pragmas/newicon_pragmas.h>
  8. #endif
  9.