home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / C / OTL-MC6.DMS / in.adf / incl.lha / INCLUDE / clib / dtclass_protos.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-10-29  |  706 b   |  37 lines

  1. #ifndef  CLIB_DTCLASS_PROTOS_H
  2. #define  CLIB_DTCLASS_PROTOS_H
  3. /*
  4. **    $VER: dtclass_protos.h 39.0 (1.6.92)
  5. **    Includes Release 40.15
  6. **
  7. **    C prototypes. For use with 32 bit integers only.
  8. **
  9. **    (C) Copyright 1990-1993 Commodore-Amiga, Inc.
  10. **        All Rights Reserved
  11. */
  12. #ifndef  EXEC_TYPES_H
  13. #include <exec/types.h>
  14. #endif
  15. #ifndef  INTUITION_CLASSES_H
  16. #include <intuition/classes.h>
  17. #endif
  18. #ifndef  INTUITION_CLASSUSR_H
  19. #include <intuition/classusr.h>
  20. #endif
  21.  
  22. #ifdef __cplusplus
  23. #define CLIBCPLUSON
  24. #pragma -
  25. #endif
  26.  
  27. /*--- functions in V39 or higher (distributed as Release 3.0) ---*/
  28.  
  29. Class *ObtainEngine( void );
  30.  
  31. #ifdef CLIBCPLUSON
  32. #undef CLIBCPLUSON
  33. #pragma +
  34. #endif
  35.  
  36. #endif     /* CLIB_DTCLASS_PROTOS_H */
  37.