home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD 2.1 / Amiga Developer CD v2.1.iso / Reference / Includes_and_Autodocs_3.5 / include / clib / dtclass_protos.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-10-28  |  643 b   |  35 lines

  1. #ifndef  CLIB_DTCLASS_PROTOS_H
  2. #define  CLIB_DTCLASS_PROTOS_H
  3.  
  4. /*
  5. **    $VER: dtclass_protos.h 44.1 (25.1.1993)
  6. **
  7. **    C prototypes. For use with 32 bit integers only.
  8. **
  9. **    Copyright © 1999 Amiga, Inc.
  10. **        All Rights Reserved
  11. */
  12.  
  13. #ifdef __cplusplus
  14. extern "C" {
  15. #endif /* __cplusplus */
  16.  
  17. #ifndef  EXEC_TYPES_H
  18. #include <exec/types.h>
  19. #endif
  20. #ifndef  INTUITION_CLASSES_H
  21. #include <intuition/classes.h>
  22. #endif
  23. #ifndef  INTUITION_CLASSUSR_H
  24. #include <intuition/classusr.h>
  25. #endif
  26. /*--- functions in V39 or higher (Release 3) ---*/
  27.  
  28. Class *ObtainEngine( VOID );
  29.  
  30. #ifdef __cplusplus
  31. }
  32. #endif /* __cplusplus */
  33.  
  34. #endif   /* CLIB_DTCLASS_PROTOS_H */
  35.