home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 February / chip_20022115.iso / amiga / chiputil / rebollib.lha / RebolLib / Developer / Includes / C / protos / rebol.h
C/C++ Source or Header  |  2001-07-07  |  365b  |  22 lines

  1. #ifndef _PROTO_REBOL_H
  2. #define _PROTO_REBOL_H
  3.  
  4. #ifndef EXEC_TYPES_H
  5. #include <exec/types.h>
  6. #endif
  7. #ifndef CLIB_REBOL_PROTOS_H
  8. #include <clib/rebol_protos.h>
  9. #endif
  10.  
  11. #ifndef __NOLIBBASE__
  12. extern struct Library *rebolbase;
  13. #endif
  14.  
  15. #ifdef __GNUC__
  16. #include <inline/rebol.h>
  17. #elif !defined(__VBCC__)
  18. #include <pragma/rebol_lib.h>
  19. #endif
  20.  
  21. #endif    /*  _PROTO_REBOL_H  */
  22.