home *** CD-ROM | disk | FTP | other *** search
/ The Amiga Game Guide / AmigaGameGuide_CD.iso / Amiga / Tools / NewIconsV4 / Developers / Include / proto / newicon.h
Encoding:
C/C++ Source or Header  |  1978-01-01  |  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.