home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 114 / af114sub.adf / GadToolsBox3.lzx / GadToolsBox3 / Developers / smartbitmap.image / include / proto / smartbitmap.h
Encoding:
C/C++ Source or Header  |  1998-01-11  |  237 b   |  9 lines

  1. #ifndef PROTO_SMARTBITMAP_H
  2. #define PROTO_SMARTBITMAP_H
  3. #include <exec/types.h>
  4. extern struct Library *SmartBitMapBase;
  5. #include <clib/smartbitmap_protos.h>
  6. #include <pragmas/smartbitmap_pragmas.h>
  7. #include <images/smartbitmap.h>
  8. #endif
  9.