home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 3 / AACD03.BIN / AACD / Programming / RecentLib / include / C / proto / recent.h
Encoding:
C/C++ Source or Header  |  1999-09-26  |  181 b   |  12 lines

  1. #ifndef _PROTO_RECENT_H
  2. #define _PROTO_RECENT_H
  3.  
  4. #include <exec/types.h>
  5.  
  6. extern struct Library *RecentBase;
  7.  
  8. #include <clib/recent_protos.h>
  9. #include <pragma/recent_lib.h>
  10.  
  11. #endif
  12.